ExecuteCompletedEventArgs Members
- Mise à jour2023-02-21
- Temps de lecture : 3 minute(s)
The ExecuteCompletedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| Cancelled | Gets a value indicating whether an asynchronous operation has been canceled. (Inherited from AsyncCompletedEventArgs.) | |
| Error | Gets a value indicating which error occurred during an asynchronous operation. (Inherited from AsyncCompletedEventArgs.) | |
| ResultFile | Gets the path to the test results file, which is an XML file that adheres to the Automatic Test Markup Language (ATML) standard. | |
| ResultsDirectory | Gets the path to the folder on disk where test result data is stored. | |
| UserState | Gets the unique identifier for the asynchronous task. (Inherited from AsyncCompletedEventArgs.) |