Skip to main content

Enum TaskEvaluationOperationValue

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum TaskEvaluationOperationValue

Fields

FieldsDescription
CompletionSpecifies that the input task of the precedence constraint can complete successfully or with failure for this status to be valid.
FailureSpecifies that the input task of the precedence constraint must fail for this status to be valid.
SuccessSpecifies that the input task of the precedence constraint must complete successfully for this status to be valid.