ProgressJobStatus
From EconzExternal
Contents |
Method
ProgressJobStatusResult progressJobStatus(UserIDBean userID, JobTemporalIDBean jobID, JobStatus destinationStatus)
Description
Attempts to move a job's state forwards through its state life cycle. Any attempt to move a job into an earlier state in its life cycle will fail, such as moving from STARTED to ENROUTE. Note that this function does not apply to Verizon Wireless Cellphones.
Parameters
| Type | Name | Description |
|---|---|---|
| UserIDBean | userID | The admin username and password. |
| JobTemporalIDBean | jobID | The primary key of the job, and the update index, to confirm the external systems details are up to date. |
| JobStatus | destinationStatus | The new status the job should be moved forward to. |
