ResumeJobResult
From
(Difference between revisions)
Latest revision as of 05:36, 29 April 2005
[edit] Description
Inidcates the success or failure of attempting to resume a job currently placed on hold.
[edit] Success Mode
Returns the new update index of the resumed job.
[edit] Failure Modes
One or more failure fields will be populated with a failure object (will contain a non-null reference) indicating the nature of the failure, with relevant information.
Type | Description |
---|---|
AccessDeniedFailure | The username or password was incorrect, or lacked the right to complete this function. |
ConcurrentUpdateFailure | The update index of the Job or Customer bean, did not match the update index stored on the server. |
JobNotFoundFailure | A job with a primary key matching the reqested primary key was not found on the server. |
ValidationFailure | One or more fields contained invalid values. |