RunState Enum

Definition

This enumeration represents the valid states for a test run.

public enum class RunState
public enum RunState
type RunState = 
Public Enum RunState
Inheritance
RunState

Fields

Aborted 15

The test run has been aborted.

Aborting 14

The test controller has requested that the test run be aborted.

Completed 18

The test run has completed.

Completing 16

The test run is in phase 1 of completion.

CompletingCleanup 17

The test run is in phase 2 of completion.

Deployed 3

The test run has completed copying files from the client.

Deploying 2

The test run is copying files from the client.

Disposed 19

The test run has been disposed.

Paused 9

The test run is paused.

Pausing 8

The test run is preparing to pause.

Queued 4

The test run is in the queue and waiting for test agents to be assigned.

Queuing 1

The test run has been sent to the test controller.

Resuming 10

The test run is preparing to resume running after it was paused.

Running 7

The test run is running.

Started 6

The test has started.

Starting 5

The test run is being sent to the test agents.

Stopped 13

The test run has stopped.

Stopping 12

A request to stop has been received from the client.

Timeout 11

The test run has timed out.

Uninitialized 0

The test run is uninitialized.

Applies to