Enum
StepPauseType

Whether to pause the step before/after execution

Definition

Namespace:ArtOfTest.Common.Design.Extensibility.Descriptors

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public enum StepPauseType

Fields

After

After step execution.

Declaration

cs-api-definition
After = 2

Field Value

StepPauseType

Before

Before step execution

Declaration

cs-api-definition
Before = 1

Field Value

StepPauseType

None

No pause

Declaration

cs-api-definition
None = 0

Field Value

StepPauseType

In this article
DefinitionFieldsAfterBeforeNone
Not finding the help you need?
Contact Support