-
Type:
Story
-
Status: Implemented (View Workflow)
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.1
-
Component/s: Appendix
-
Labels:None
JDF includes setup and cleanup as device status.
This should be revived in XJDF to allow for easier mapping and more detailed evaluation of performance in the context of a device.
DeviceStatus
Table A.15: DeviceStatus Enumeration Values
Cleanup | The device is cleaning up. Either an XJDF with NodeInfo/@Status="Cleanup" is being processed or the device is cleaning up with no jobs loaded. |
Setup | The device is setting up. Either an XJDF with NodeInfo/@Status="Setup" is being processed or the device is setting up with no jobs loaded. |
Production | At least one job is in a productive status on the device, i.e. XJDFNodeInfo@Status="Setup", "Running" or "Cleanup". If multiple jobs are running in parallel, the value of DeviceStatus SHOULD be Production. |
Stopped | At least one job with NodeInfo/@Status="Stopped" is being processed by the device is in a productive status on the device, i.e. XJDF/@Status="Setup", "Running" or "Cleanup", and the device has been stopped and requires attention. This status indicates some kind of break as long as execution has not been aborted. |