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
Uninitialized The test run is uninitialized.
Queuing The test run has been sent to the test controller.
Deploying The test run is copying files from the client.
Deployed The test run has completed copying files from the client.
Queued The test run is in the queue and waiting for test agents to be assigned.
Starting The test run is being sent to the test agents.
Started The test has started.
Running The test run is running.
Pausing The test run is preparing to pause.
Paused The test run is paused.
Resuming The test run is preparing to resume running after it was paused.
Timeout The test run has timed out.
Stopping A request to stop has been received from the client.
Stopped The test run has stopped.
Aborting The test controller has requested that the test run be aborted.
Aborted The test run has been aborted.
Completing The test run is in phase 1 of completion.
CompletingCleanup The test run is in phase 2 of completion.
Completed The test run has completed.
Disposed The test run has been disposed.

See Also

Reference

Microsoft.VisualStudio.TestTools.Common Namespace

RunStateEvent