Job Status Codes
From LongJump Support Wiki
Scheduled jobs may be in one of the following states. (Constants are defined in com.platform.api.CONSTANTS.STATUS)
statusCode
(int)status
(String)
DescriptionIN_PROCESS_QUEUE "In process queue" Job has been accepted by the scheduler. STARTED "Started" Job is currently being processed. COMPLETED "Completed" Job finished. WAITING_TO_BE_STOPPED "Waiting to be stopped" Job started, but user has issued a STOP request.
Processing is continuing until an appropriate stopping-point is reached. (Note: The STOP operation is not available for all jobs.)STOPPED "Stopped" Job was stopped by user.