Method UpdateInfo
UpdateInfo(string)
Updates the information displayed for currently running task.
Declaration
public virtual bool UpdateInfo(string taskInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| string | taskInfo | The task information. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the progress bar is running. Returns false if the user cancels the progress bar. |