|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface ISchedulingInfo.ScheduleStatus
This interface contains constants which specify the current status of the scheduled job.
| Field Summary | |
|---|---|
static int |
COMPLETE
This constant specifies the job completed successfully. |
static int |
FAILURE
This constant specifies the job failed. |
static int |
PAUSED
This constant specifies the job is paused. |
static int |
PENDING
This constant specifies the job has not started because dependencies are not satisfied. |
static int |
RUNNING
This constant specifies the job is currently being processed by the job server. |
| Field Detail |
|---|
static final int RUNNING
This constant specifies the job is currently being processed by the job server.
static final int COMPLETE
This constant specifies the job completed successfully.
static final int FAILURE
This constant specifies the job failed. Use error message or outcome to get more information.
static final int PAUSED
This constant specifies the job is paused. Even if all dependencies are satisfied, it will not run.
static final int PENDING
This constant specifies the job has not started because dependencies are not satisfied. Dependencies include time constraints and events.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||