ProcessingStation (Web Services API)
This object contains information about a Processing Station.
Properties
| Name | Type | Description |
| Id | String | The unique ID of the station. |
| Name | String | The name of the station. |
| Location | String | The name or address of the machine on which the station is installed. |
| Role | ProcessingStationRole | Station roles. |
| State | ProcessingStationState | Station state. |
| IsDisabled | Boolean | If true, the station has been disabled by the user. |
| HasSchedule | Boolean | If true, the station has a processing schedule set up. |
| IsWithinSchedule | Boolean | If true, either no processing schedule applies to the station or no processing schedule has been set up (i.e. the station is always active). |
| CoreCount | Integer | The number of CPU cores that the station can use. |
| ProcessCount | Integer | The number of processes that the station can use. |
26.03.2024 13:49:49