Status Property
Description
The current status of the run session.
Property type
Read-only property
Syntax
Visual Basic
Public Property Status As String
Return Type
  • Passed--The most recent run passed.
  • Failed--The most recent run failed.
  • Warning--The most recent run returned a warning.
  • Running--The test or component is currently running.
  • Stopped--The current run was stopped.
  • Paused--The current run is paused.
  • Not applicable--There are no run results for this test or component.
Example
See Also