Node |
| Member name | Value | Description of the |
|---|---|---|
| Undefined | 1 | Internal, technical condition. |
| None | 2 | Status after Initialization. |
| Start | 4 | Condition directly before the start. |
| Done | 8 | Completed without error, timeout or cancellation. |
| Fault | 16 | Terminated with error. |
| Timeout | 32 | Ended with timeout. |
| UserAbort | 64 | Terminated by user cancellation. |