Share via


TestResultState Enumeration

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.

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestResult