Method Update
Update(string, string, float)
Update the progress indicator. Returns true if user cancelled.
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 |
Update(string, float)
Update the progress indicator. Returns true if user cancelled.
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 |
Update(float)
Update the progress indicator. Returns true if user cancelled.
Declaration
public bool Update(float percent)
Parameters
Type | Name | Description |
---|---|---|
float | percent | Completion percent of the progress indicator. |
Returns
Type | Description |
---|---|
bool |
Update()
Update the progress indicator. Returns true if user cancelled.
Declaration
public bool Update()
Returns
Type | Description |
---|---|
bool |