18.4.1 JobStatus
The JobStatus Property represents the current status of the job.
| Name | Value | Description |
| OTHER | 0 | This state is used if none of the other states below apply. Set by operator. |
| TRANSFERRED_ASSIGNED | 1 | The job has been transferred to the machine and assigned as current job. |
| SET_UP_ACTIVE | 2 | The operator prepares the machine for the job. |
| SET_UP_INTERRUPTED | 3 | The operator has interrupted but not finished the preparation of the machine for the job. |
| SET_UP_FINISHED | 4 | The operator has finished the preparation of the machine for the job. |
| START_UP_ACTIVE | 5 | The operator is setting the machine in the start-up phase. |
| JOB_IN_PRODUCTION | 6 | The machine is producing parts/products for the job. |
| JOB_INTERRUPTED | 7 | The job is interrupted. The nominal output is not reached. |
| JOB_FINISHED | 8 | Nominal output reached. |
| TEAR_DOWN_ACTIVE | 9 | The operator tears the machine down. |
| TEAR_DOWN_INTERRUPTED | 10 | Tear-down is interrupted but not finished. |
| TEAR_DOWN_FINISHED | 11 | Tear-down is finished. |
The JobStatus is set by the machine/operator. This can be triggered by the methods StartJob, InterruptJob and FinishJob. The selection of the value JOB_IN_PRODUCTION_6 can be prevented by the client by setting ProductionReleased to FALSE (see 14.7.2).