SuccessCriterion Enumeration
In This Topic
Defines possible criteria for evaluating the success of a task.
Syntax
Members
Member | Value | Description |
Boolean | 5 |
A script task returns a true/false value to indicate success or failure
|
DefaultFail | 2 |
The step is reported as failed unless an action changes the result.
|
DefaultSuccess | 1 |
The step is reported as successful unless an action changes the result.
|
ExitCode | 0 |
Success is determined based on the numeric exit code.
|
ResultEquals | 3 |
The step is successful if the string result returned by the script matches the given value.
|
Script | 4 |
A script is executed to determine success.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.SuccessCriterion
See Also