ResourceState Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: CFX.Structures
| Member name | Value | Description | |
|---|---|---|---|
| Off | 0 | Endpoint is Off (Shutdown) | |
| On | 1 | Endpoint is on but not engaged in any activity | |
| Setup | 2 | Endpoint is being set up for production | |
| ScheduledDowntime | 3 | Endpoint is down (scheduled / planned) | |
| ScheduledMaintenance | 4 | Endpoint is undergoing maintenance | |
| Engineering | 5 | Endpoint is being used by engineering for experimental / development purposes | |
| ReadyProcessingActive | 6 | Endpoint is performing non-value added work during production | |
| ReadyProcessingExecuting | 7 | Endpoint is performing value added work during production | |
| Idle | 8 | Endpoint is ready for production, but not performing any work | |
| IdleBlocked | 9 | Endpoint is ready for production, but cannot perform work because downstream process is blocking | |
| IdleStarved | 10 | Endpoint is ready for production, but cannot perform work because no units are available form upstream process | |
| Bypass | 11 | Endpoint is ready for production, but intentionally skipped or left unutilized because it is unecessary | |
| UnplannedDowntime | 12 | Endpoint is down (unscheduled / unplanned) | |
| Sleep | 13 | Endpoint is idle and in low power mode |