ConditionFailureOptions Enumeration
In This Topic
Options that determine how a job or step responds to a failed condition.
Syntax
Members
Member | Value | Description |
EndJob | 8 |
The job ends.
|
Fail | 1 |
The job or step fails.
|
None | 0 |
No options specified
|
Run | 2 |
The job or step runs anyway (the failure is ignored).
|
Skip | 4 |
The job or step is skipped (this is logged as a skip, not a failure).
|
Warn | 16 |
A warning message is logged and execution continues.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.ConditionFailureOptions
See Also