Package org.opentcs.data.peripherals
Interface PeripheralJobHistoryCodes
public interface PeripheralJobHistoryCodes
Defines constants for basic history event codes related to peripheral jobs and documents how the
respective supplementary information is to be interpreted.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
JOB_CREATED
An event code indicating a peripheral job has been created.static java.lang.String
JOB_REACHED_FINAL_STATE
An event code indicating a peripheral job was marked as being in a final state.
-
Field Details
-
JOB_CREATED
static final java.lang.String JOB_CREATEDAn event code indicating a peripheral job has been created.The history entry's supplement is empty.
- See Also:
- Constant Field Values
-
JOB_REACHED_FINAL_STATE
static final java.lang.String JOB_REACHED_FINAL_STATEAn event code indicating a peripheral job was marked as being in a final state.The history entry's supplement is empty.
- See Also:
- Constant Field Values
-