Method Update
Update(double)
Updates the progress of a specified task and recalculates the overall progress percentage.
Declaration
public void Update(double progressPercent)
Parameters
Type | Name | Description |
---|---|---|
double | progressPercent | The progress percentage of the task. |