Enum TaskEvaluationOperationValue
C#
public enum TaskEvaluationOperationValue
Fields
| 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. |