Method | Description | |
---|---|---|
BeginTask ( string title, int totalWork ) : void | ||
EndTask ( ) : void | ||
IsCancelled ( ) : bool | ||
NGitProgressMonitor ( ) : System | ||
Start ( int totalTasks ) : void | ||
Update ( int completed ) : void |
Method | Description | |
---|---|---|
drawTextProgressBar ( int progress, int total ) : void |
public BeginTask ( string title, int totalWork ) : void | ||
title | string | |
totalWork | int | |
return | void |