다음을 통해 공유


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

Name Value Description
Uninitialized 0

The test run is uninitialized.

Queuing 1

The test run has been sent to the test controller.

Deploying 2

The test run is copying files from the client.

Deployed 3

The test run has completed copying files from the client.

Queued 4

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

Starting 5

The test run is being sent to the test agents.

Started 6

The test has started.

Running 7

The test run is running.

Pausing 8

The test run is preparing to pause.

Paused 9

The test run is paused.

Resuming 10

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

Timeout 11

The test run has timed out.

Stopping 12

A request to stop has been received from the client.

Stopped 13

The test run has stopped.

Aborting 14

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

Aborted 15

The test run has been aborted.

Completing 16

The test run is in phase 1 of completion.

CompletingCleanup 17

The test run is in phase 2 of completion.

Completed 18

The test run has completed.

Disposed 19

The test run has been disposed.

Applies to