Метод | Описание | |
---|---|---|
BeginTask ( string title, int totalWork ) : void | ||
EndTask ( ) : void | ||
IsCancelled ( ) : bool | ||
NGitProgressMonitor ( ) : System | ||
Start ( int totalTasks ) : void | ||
Update ( int completed ) : void |
Метод | Описание | |
---|---|---|
drawTextProgressBar ( int progress, int total ) : void |
public BeginTask ( string title, int totalWork ) : void | ||
title | string | |
totalWork | int | |
Результат | void |