VeriStand .NET API Reference

ExecuteCompletedEventArgs Members

The ExecuteCompletedEventArgs type exposes the following members.

NameDescription
CancelledGets a value indicating whether an asynchronous operation has been canceled. (Inherited from AsyncCompletedEventArgs.)
ErrorGets 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.
UserStateGets the unique identifier for the asynchronous task. (Inherited from AsyncCompletedEventArgs.)

See Also

Log in to get a better experience