Constant
| Value
| Description
|
ceOutcomePending
| 0
| The job has not yet returned from the Job Server.
|
ceOutcomeSuccess
| 1
| The job was scheduled successfully.
|
ceOutcomeFailJobServerPlugin
| 2
| An error occurred in the Job Server Plugin.
|
ceOutcomeFailJobServer
| 3
| An error occurred while processing a job on a job server.
|
ceOutcomeFailSecurity
| 4
| The user does not have enough rights to processes the job.
|
ceOutcomeFailEndTime
| 5
| The job's specified end time was exceeded.
|
ceOutcomeFailSchedule
| 6
| The scheduler caused the job to fail.
|
ceOutcomeFailJobServerChild
| 7
| The Job Server's child process is unresponsive.
|