The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TestRunState Enumeration
Enumerates the possible status settings for a test run.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| 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. |
Show: