Enum TaskEvaluationOperationValue
Namespace: Varigence.Languages.Biml.Task
Assembly: Biml.dll
C#
public enum TaskEvaluationOperationValue
Fields
Fields | Description |
---|---|
Completion | Specifies that the input task of the precedence constraint can complete successfully or with failure for this status to be valid. |
Failure | Specifies that the input task of the precedence constraint must fail for this status to be valid. |
Success | Specifies that the input task of the precedence constraint must complete successfully for this status to be valid. |