Enum LogicalOperationType
Namespace: Varigence.Languages.Biml.Task
Assembly: Biml.dll
C#
public enum LogicalOperationType
Fields
Fields | Description |
---|---|
And | Specifies that multiple precedence constraints will be combined with the 'And' operator to determine whether the parent task will execute. |
Or | Specifies that multiple precedence constraints will be combined with the 'Or' operator to determine whether the parent task will execute. |