JobStatusEvent
From EconzExternal
Description
An enumerated list of the events a job may experience, as its state is progressed. The list of states a job may be in can be found under JobStatus.
Fields
The data fields of this object.
| Name | Type | Description |
|---|---|---|
| ACCEPT | String | An event indicating the acceptance of the job by a field worker. |
| ASSIGN | String | An event indicating the job has been assigned to a particular field device, but has not yet been dispatched. |
| COMPLETE | String | An event indicating the job has been completed by a field worker. |
| CREATE | String | An event indicating the job has been created on EService, but has not been assigned to a field worker yet. |
| DISPATCH | String | An event indicating the job has been dispatched out to a field device/worker. |
| ENROUTE | String | An event indicating the field worker is enroute to the job. |
| EXTERNAL_CREATE | String | An event indicating the moment the job was created on the external system. |
| PRE_SIGN_OFF | String | An event indicating the job has been progressed to the point where the job has been finished, but has not yet been signed off. |
| RECEIVE | String | An event indicating the job has been received by the field device of the field worker. |
| RESUME | String | An event indicating the job has been resumed after being put on hold. |
| START | String | An event indicating the job has been started by the field worker. |
