JobStatusEvent
From
(Difference between revisions)
m (→Fields) |
m (→Description) |
||
Line 1: | Line 1: | ||
== Description == | == Description == | ||
− | An enumerated list of the events a job may experience, as its state is progressed. | + | 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 [[JobState]]. |
== Fields == | == Fields == |
Revision as of 03:59, 27 April 2005
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 JobState.
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. |
RECIEVE | 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. |