ProgressJobStatus
From
(Difference between revisions)
m (→Description) |
|||
Line 3: | Line 3: | ||
== Description == | == 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. | + | 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 == | == Parameters == |
Latest revision as of 20:43, 12 September 2005
Contents |
[edit] Method
ProgressJobStatusResult progressJobStatus(UserIDBean userID, JobTemporalIDBean jobID, JobStatus destinationStatus)
[edit] 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.
[edit] 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. |