TestState Enum

Definition

This enumeration represents the valid states for a test.

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

Fields

Aborting 9

The test is aborting.

Completed 11

The test has completed.

Completing 10

The test is almost completed.

Disposed 12

The test is disposed.

Paused 5

The test is paused.

Pausing 4

The test is preparing to pause.

Resuming 6

The test is getting ready to resume after a pause.

Running 3

The test is running.

Started 2

The test has started.

Starting 1

The test is preparing to start.

Stopping 8

The test is preparing to stop.

Timeout 7

The test has timed out.

Uninitialized 0

The test is uninitialized.

Applies to