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