JobStatusEvent
From
(Difference between revisions)
m (→Description) |
m (→Fields) |
||
(4 intermediate revisions by one user not shown) | |||
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 [[JobStatus]]. |
== Fields == | == Fields == | ||
Line 13: | Line 13: | ||
|ACCEPT | |ACCEPT | ||
|String | |String | ||
− | | | + | |An event indicating the acceptance of the job by a field worker. |
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|ASSIGN | |ASSIGN | ||
|String | |String | ||
− | | | + | |An event indicating the job has been assigned to a particular field device, but has not yet been dispatched. |
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|COMPLETE | |COMPLETE | ||
|String | |String | ||
− | | | + | |An event indicating the job has been completed by a field worker. |
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|CREATE | |CREATE | ||
|String | |String | ||
− | | | + | |An event indicating the job has been created on EService, but has not been assigned to a field worker yet. |
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|DISPATCH | |DISPATCH | ||
|String | |String | ||
− | | | + | |An event indicating the job has been dispatched out to a field device/worker. |
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|ENROUTE | |ENROUTE | ||
|String | |String | ||
− | | | + | |An event indicating the field worker is enroute to the job. |
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|EXTERNAL_CREATE | |EXTERNAL_CREATE | ||
|String | |String | ||
− | | | + | |An event indicating the moment the job was created on the external system. |
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|PRE_SIGN_OFF | |PRE_SIGN_OFF | ||
|String | |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. |
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
− | | | + | |RECEIVE |
|String | |String | ||
− | | | + | |An event indicating the job has been received by the field device of the field worker. |
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|RESUME | |RESUME | ||
|String | |String | ||
− | | | + | |An event indicating the job has been resumed after being put on hold. |
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|START | |START | ||
|String | |String | ||
− | | | + | |An event indicating the job has been started by the field worker. |
|} | |} |
Latest revision as of 22:56, 2 June 2005
[edit] 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.
[edit] 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. |