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