GateStatus enum
Fields
| None = 0 | The gate does not have the status set. |
| Pending = 1 | The gate is in pending state. |
| InProgress = 2 | The gate is currently in progress. |
| Succeeded = 4 | The gate completed successfully. |
| Failed = 8 | The gate execution failed. |
| Canceled = 16 | The gate execution cancelled. |