com.crystaldecisions.sdk.occa.infostore
Interface ISchedulingInfo.ScheduleOutcome

Enclosing interface:
ISchedulingInfo

public static interface ISchedulingInfo.ScheduleOutcome

This interface contains constants which indicate the result of a job after it has finished processing.


Field Summary
static int FAIL_COMPONENT_FAILED
           Object Packaged failed due to a component failure.
static int FAIL_CONSTRAINTS
           This constant specifies the job failed due to an error with a constraint.
static int FAIL_ENDTIME
           This constant specifies the job's specified end time was exceeded.
static int FAIL_JOBSERVER
           This constant specifies an error occurred while processing a job on a job server.
static int FAIL_JOBSERVER_CHILD
           This constant specifies the Job Server's child process is unresponsive.
static int FAIL_JOBSERVER_PLUGIN
           This constant specifies an error occurred in the Job Server Plugin.
static int FAIL_OBJECT_PACKAGE_FAILED
           Component failed due to an Object Package failure.
static int FAIL_SCHEDULE
           This constant specifies the scheduler caused the job to fail.
static int FAIL_SECURITY
           This constant specifies the user does not have enough rights to processes the job.
static int PENDING
           This constant specifies the job has not started because dependencies are not satisfied.
static int SUCCESS
           This constant specifies the job was scheduled successfully.
 

Field Detail

PENDING

static final int PENDING

This constant specifies the job has not started because dependencies are not satisfied. Dependencies include time constraints and events.

See Also:
Constant Field Values

SUCCESS

static final int SUCCESS

This constant specifies the job was scheduled successfully.

See Also:
Constant Field Values

FAIL_JOBSERVER_PLUGIN

static final int FAIL_JOBSERVER_PLUGIN

This constant specifies an error occurred in the Job Server Plugin.

See Also:
Constant Field Values

FAIL_JOBSERVER

static final int FAIL_JOBSERVER

This constant specifies an error occurred while processing a job on a job server.

See Also:
Constant Field Values

FAIL_SECURITY

static final int FAIL_SECURITY

This constant specifies the user does not have enough rights to processes the job.

See Also:
Constant Field Values

FAIL_ENDTIME

static final int FAIL_ENDTIME

This constant specifies the job's specified end time was exceeded.

See Also:
Constant Field Values

FAIL_SCHEDULE

static final int FAIL_SCHEDULE

This constant specifies the scheduler caused the job to fail.

See Also:
Constant Field Values

FAIL_JOBSERVER_CHILD

static final int FAIL_JOBSERVER_CHILD

This constant specifies the Job Server's child process is unresponsive.

See Also:
Constant Field Values

FAIL_COMPONENT_FAILED

static final int FAIL_COMPONENT_FAILED

Object Packaged failed due to a component failure.

See Also:
Constant Field Values

FAIL_OBJECT_PACKAGE_FAILED

static final int FAIL_OBJECT_PACKAGE_FAILED

Component failed due to an Object Package failure.

See Also:
Constant Field Values

FAIL_CONSTRAINTS

static final int FAIL_CONSTRAINTS

This constant specifies the job failed due to an error with a constraint.

See Also:
Constant Field Values