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