Method Update
Update(string, string, float)
Update the progress indicator.
Declaration
public bool Update(string title, string info, float percent)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title of the progress indicator. |
string | info | Information of the progress indicator. |
float | percent | Completion percent of the progress indicator. |
Returns
Type | Description |
---|---|
bool | Whether or not the user had pressed the cancel button. |
Update(string, float)
Update the progress indicator.
Declaration
public bool Update(string info, float percent)
Parameters
Type | Name | Description |
---|---|---|
string | info | Information of the progress indicator. |
float | percent | Completion percent of the progress indicator. |
Returns
Type | Description |
---|---|
bool |