Method UpdateInfo
UpdateInfo(string)
Updates the secondary information display of the progress bar.
Declaration
bool UpdateInfo(string taskInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| string | taskInfo | The secondary information to display on the progress bar. |
Returns
| Type | Description |
|---|---|
| bool |
|