Edit

TestSessionState Enum

Definition

Represents the state of the test session.

public enum TestSessionState
type TestSessionState = 
Public Enum TestSessionState
Inheritance
TestSessionState

Fields

Name Value Description
Unspecified 0

Only used during an update to preserve the existing value.

NotStarted 1

The session is still being created.

InProgress 2

The session is running.

Paused 3

The session has paused.

Completed 4

The session has completed.

Declined 5

This is required for Feedback session which are declined

Applies to