Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Public Enumeration TestRunState
public enum TestRunState
public enum class TestRunState
type TestRunState
public enum TestRunState
Members
Member name | Description | |
---|---|---|
Unspecified | Used only during an update to preserve the existing value. | |
NotStarted | The test run is still being created. No tests have started. | |
InProgress | Tests are running. | |
Completed | All tests have been completed or skipped. | |
Aborted | The test run is stopped and any remaining tests have been aborted. | |
Waiting | The test run is currently initializing. | |
MaxValue | Denotes the maximum value for this enumeration. |