ProcessingStationState (Web Services API)
ProcessingStationState enumeration contains information about the state of a Processing Station.
enum ProcessingStationState {
NotAvailable,
Suspended,
Activating,
Activated
};
Elements
Name | Description |
NotAvailable | The station is not available. |
Suspended | The station has been paused by the user or based on a schedule. |
Activating | The station is being activated. |
Activated | The station has been activated. |
26.03.2024 13:49:49