Progress |
The ProgressChangedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| Progress | Gets the progress of the event normalized between 0 and 1. A value of less than zero indicates indeterminate progress. | |
| State | Gets contextual information (such as text) which is appended to the progress on user interfaces or REST messages | |
| TaskIdentifier | Gets the task idenitifier for the progress change to indicate a task or subtask that is reporting progress. Interfaces will group status updates by task identifier. |