Enum
ExecutionType

The execution type

Definition

Namespace:ArtOfTest.Common.Design

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public enum ExecutionType

Fields

ManualExecution

Declaration

cs-api-definition
ManualExecution = 5

Field Value

ExecutionType

NotSet

Declaration

cs-api-definition
NotSet = 7

Field Value

ExecutionType

QuickExecution

Declaration

cs-api-definition
QuickExecution = 0

Field Value

ExecutionType

Recapture

Declaration

cs-api-definition
Recapture = 6

Field Value

ExecutionType

RunFromStepExecution

Declaration

cs-api-definition
RunFromStepExecution = 2

Field Value

ExecutionType

RunSelectedExecution

Declaration

cs-api-definition
RunSelectedExecution = 3

Field Value

ExecutionType

RunToStepExecution

Declaration

cs-api-definition
RunToStepExecution = 1

Field Value

ExecutionType

VisualStudioExecution

Declaration

cs-api-definition
VisualStudioExecution = 4

Field Value

ExecutionType