Edit

TestRunSubstate Enum

Definition

The types of sub states for test run. It gives the user more info about the test run beyond the high level test run state

public enum TestRunSubstate
type TestRunSubstate = 
Public Enum TestRunSubstate
Inheritance
TestRunSubstate

Fields

Name Value Description
None 0
CreatingEnvironment 1
RunningTests 2
CanceledByUser 3
AbortedBySystem 4
TimedOut 5
PendingAnalysis 6
Analyzed 7
CancellationInProgress 8

Applies to