Method ReportProgress
ReportProgress(string, float)
Report the current progress.
Declaration
public void ReportProgress(string description, float progress)
Parameters
| Type | Name | Description |
|---|---|---|
| string | description | Description of the current state. |
| float | progress | The progress value in the range 0-1. |