StepExecutionSequence Enumeration
In This Topic
Determines how steps within the job are executed.
Syntax
Members
Member | Value | Description |
ExecuteAll | 1 |
All steps are executed in sequence, regardless of the result of each step. Responses may change the execution sequence.
|
ExecuteFirst | 2 |
adTempus executes the first steps. Subsequent steps are executed only if the job explicitly runs them using Responses.
|
ExecuteUntilFailure | 0 |
Execute steps in sequence. If a step fails, the job ends with a failure result. Responses may change the execution sequence.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.StepExecutionSequence
See Also