Bearbeiten

Share via


TestRunSubstate enum

The types of sub states for test run. It gives the user more info about the test run beyond the high level test run state

Fields

None = 0

Run with noState.

CreatingEnvironment = 1

Run state while Creating Environment.

RunningTests = 2

Run state while Running Tests.

CanceledByUser = 3

Run state while Creating Environment.

AbortedBySystem = 4

Run state when it is Aborted By the System.

TimedOut = 5

Run state when run has timedOut.

PendingAnalysis = 6

Run state while Pending Analysis.

Analyzed = 7

Run state after being Analysed.

CancellationInProgress = 8

Run state when cancellation is in Progress.