TestRunState 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 states for test run.
public enum TestRunState
type TestRunState =
Public Enum TestRunState
- Inheritance
-
TestRunState
Name | Value | Description |
---|---|---|
Unspecified | 0 | Only used during an update to preserve the existing value. |
NotStarted | 1 | The run is still being created. No tests have started yet. |
InProgress | 2 | Tests are running. |
Completed | 3 | All tests have completed or been skipped. |
Aborted | 4 | Run is stopped and remaing tests have been aborted |
Waiting | 5 | Run is currently initializing This is a legacy state and should not be used any more |
NeedsInvestigation | 6 | Run requires investigation because of a test point failure This is a legacy state and should not be used any more |
Produkt | Versiounen |
---|---|
Azure DevOps Services .NET SDK | preview, latest |