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