ProcessingStationRole (Web Services API)
ProcessingStationRole enumeration constants are used to set Processing Station roles. A station can have one or both roles.
[Flags]
enum ProcessingStationRole {
Preprocessing,
Processing
};
Elements
Name | Description |
Preprocessing | The station can carry out preprocessing (i.e. convert office documents). |
Processing | The station can carry out regular processing. |
26.03.2024 13:49:49