RunState Enumeration
This enumeration represents the valid states for a test run.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Enumeration RunState
public enum RunState
public enum class RunState
type RunState
public enum RunState
Members
Member name | Description | |
---|---|---|
Aborted | The test run has been aborted. | |
Aborting | The test controller has requested that the test run be aborted. | |
Completed | The test run has completed. | |
Completing | The test run is in phase 1 of completion. | |
CompletingCleanup | The test run is in phase 2 of completion. | |
Deployed | The test run has completed copying files from the client. | |
Deploying | The test run is copying files from the client. | |
Disposed | The test run has been disposed. | |
Paused | The test run is paused. | |
Pausing | The test run is preparing to pause. | |
Queued | The test run is in the queue and waiting for test agents to be assigned. | |
Queuing | The test run has been sent to the test controller. | |
Resuming | The test run is preparing to resume running after it was paused. | |
Running | The test run is running. | |
Started | The test has started. | |
Starting | The test run is being sent to the test agents. | |
Stopped | The test run has stopped. | |
Stopping | A request to stop has been received from the client. | |
Timeout | The test run has timed out. | |
Uninitialized | The test run is uninitialized. |