Method UpdateTask
UpdateTask(string)
Updates the progress bar to reflect the new running task.
Declaration
public override bool UpdateTask(string taskTitle)
Parameters
| Type | Name | Description |
|---|---|---|
| string | taskTitle | The name of the new task. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the progress bar is running. Returns false if the user cancels the progress bar. |