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.
TestResultState Enumeration
Enumerates the possible states of a test.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| Member name | Description | |
|---|---|---|
| Completed | The test has completed, but no quantitative measure of completeness is available. | |
| InProgress | The test is currently executing. | |
| MaxValue | Denotes the maximum value in this enumeration. | |
| Paused | The test has been paused by the user in a manual test. | |
| Pending | The test is in the execution queue, but has not yet started. | |
| Queued | The test has been queued for execution. | |
| Unspecified | Used only during an update to preserve the existing value. |
Show: