Enumerates the possible status settings for a test run.
Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
<GenerateAllConstantsAttribute(Nothing)> _
Public Enumeration TestRunState
[GenerateAllConstantsAttribute(null)]
public enum TestRunState
[GenerateAllConstantsAttribute(nullptr)]
public enum class TestRunState
[<GenerateAllConstantsAttribute(null)>]
type TestRunState
public enum TestRunState
Members
| Member name | Description | |
|---|---|---|
| Aborted | The test run is stopped and any remaining tests have been aborted. | |
| Completed | All tests have been completed or skipped. | |
| InProgress | Tests are running. | |
| MaxValue | Denotes the maximum value for this enumeration. | |
| NeedsInvestigation | Run requires investigation because of a test point failure | |
| NotStarted | The test run is still being created. No tests have started. | |
| Unspecified | Used only during an update to preserve the existing value. | |
| Waiting | The test run is currently initializing. |