Method Update
Update(double)
Updates the progress of a specified task and recalculates the overall progress percentage.
Declaration
void Update(double progressPercent)
Parameters
| Type |
Name |
Description |
| double |
progressPercent |
The progress percentage of the task.
|
Update(int, int)
Declaration
void Update(int current, int total)
Parameters
| Type |
Name |
Description |
| int |
current |
|
| int |
total |
|
Update(long, long)
Declaration
void Update(long current, long total)
Parameters
| Type |
Name |
Description |
| long |
current |
|
| long |
total |
|