| nilReason | NilReasonEnumeration
| |
|
| AND | string
| 1st condition fulfilled AND 2nd condition fulfilled. |
Inherited from CodeFlowConditionOperationBaseType |
| ANDNOT | string
| 1st condition fulfilled AND 2nd condition NOT fulfilled. |
Inherited from CodeFlowConditionOperationBaseType |
| OR | string
| 1st condition fulfilled OR 2nd condition fulfilled. |
Inherited from CodeFlowConditionOperationBaseType |
| SEQ | string
| 1st condition is fulfilled BEFORE 2nd condition is fulfilled. |
Inherited from CodeFlowConditionOperationBaseType |
| NONE | string
| No operation (used for flows identified by a single condition). |
Inherited from CodeFlowConditionOperationBaseType |
| OTHER | string
| Other |
Inherited from CodeFlowConditionOperationBaseType |