TestRunSubstate Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
C#
public enum TestRunSubstate
type TestRunSubstate =
Public Enum TestRunSubstate
- Inheritance
-
TestRunSubstate
Name | Value | Description |
---|---|---|
None | 0 | |
CreatingEnvironment | 1 | |
RunningTests | 2 | |
CanceledByUser | 3 | |
AbortedBySystem | 4 | |
TimedOut | 5 | |
PendingAnalysis | 6 | |
Analyzed | 7 | |
CancellationInProgress | 8 |
Product | Versions |
---|---|
Azure DevOps Services .NET SDK | preview, latest |