Edit

TestRunState Enum

Definition

The types of states for test run.

public enum TestRunState
type TestRunState = 
Public Enum TestRunState
Inheritance
TestRunState

Fields

Name Value Description
Unspecified 0

Only used during an update to preserve the existing value.

NotStarted 1

The run is still being created. No tests have started yet.

InProgress 2

Tests are running.

Completed 3

All tests have completed or been skipped.

Aborted 4

Run is stopped and remaing tests have been aborted

Waiting 5

Run is currently initializing This is a legacy state and should not be used any more

NeedsInvestigation 6

Run requires investigation because of a test point failure This is a legacy state and should not be used any more

Applies to