Skip to main content

Enum LogicalOperationType

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum LogicalOperationType

Fields

FieldsDescription
AndSpecifies that multiple precedence constraints will be combined with the 'And' operator to determine whether the parent task will execute.
OrSpecifies that multiple precedence constraints will be combined with the 'Or' operator to determine whether the parent task will execute.