ProgressJobStatus

From
(Difference between revisions)
Jump to: navigation, search

Revision as of 03:50, 29 April 2005

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.

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.

Return Value

ProgressJobStatusResult

MediaWiki Appliance - Powered by TurnKey Linux