ExecuteProgressChangedEventArgs Members
- Updated2023-02-21
- 3 minute(s) read
The ExecuteProgressChangedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| LastStep | Gets the most recent step executed by the stimulus profile. | |
| LastStepResult | Gets the execution results (passed, failed, and so on) of the last step executed by the stimulus profile. | |
| LastStepResultQualifier | Gets additional information about the results of the last step, such as extended error information for a step that fails. | |
| ProgressPercentage | Gets the asynchronous task progress percentage. (Inherited from ProgressChangedEventArgs.) | |
| UserState | Gets a unique user state. (Inherited from ProgressChangedEventArgs.) |