Method Report
Report(float, string, bool)
Reports progress information to the thread that created the object.
Declaration
public void Report(float progress, string message = "", bool async = true)
Parameters
Type | Name | Description |
---|---|---|
float | progress | The current progress value (0 to 1). |
string | message | Optional message describing the current progress state. |
bool | async | Indicates whether the progress is reported asynchronously. |