|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<JobStatus.DetailStatus>
com.sas.hls.job.JobStatus.DetailStatus
public static enum JobStatus.DetailStatus
Detailed status values possible.
Enum Constant Summary | |
---|---|
COMPLETED_CANCELED
The job was cancelled. |
|
COMPLETED_CHECKIN_ERROR
The job completed successfully but there were errors in checking in job files. |
|
COMPLETED_FAILED
The job failed. |
|
COMPLETED_SASERRORS
|
|
COMPLETED_SASERRORS_CHECKIN_ERROR
The job completed with errors AND there were errors in checking in job files. |
|
COMPLETED_SASWARNINGS
The job completed with warnings. |
|
COMPLETED_SASWARNINGS_CHECKIN_ERROR
The job completed with warnings AND there were errors in checking in job files. |
|
COMPLETED_SUCCESSFUL
The job completed successfully. |
|
NOT_SET
Detailed status is not yet set. |
|
NOT_STARTED
The job has not yet started. |
|
POST_EXECUTION_PUBLISHING
The job tasks have completed and post-execution publishing is in progress. |
|
RUNNING_TASKS
The job tasks are running. |
|
STARTED
The job has started. |
Method Summary | |
---|---|
static JobStatus.DetailStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JobStatus.DetailStatus[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final JobStatus.DetailStatus NOT_SET
public static final JobStatus.DetailStatus NOT_STARTED
public static final JobStatus.DetailStatus STARTED
public static final JobStatus.DetailStatus RUNNING_TASKS
public static final JobStatus.DetailStatus POST_EXECUTION_PUBLISHING
public static final JobStatus.DetailStatus COMPLETED_SUCCESSFUL
public static final JobStatus.DetailStatus COMPLETED_SASERRORS
public static final JobStatus.DetailStatus COMPLETED_CHECKIN_ERROR
public static final JobStatus.DetailStatus COMPLETED_SASERRORS_CHECKIN_ERROR
public static final JobStatus.DetailStatus COMPLETED_FAILED
public static final JobStatus.DetailStatus COMPLETED_CANCELED
public static final JobStatus.DetailStatus COMPLETED_SASWARNINGS
public static final JobStatus.DetailStatus COMPLETED_SASWARNINGS_CHECKIN_ERROR
Method Detail |
---|
public static JobStatus.DetailStatus[] values()
for (JobStatus.DetailStatus c : JobStatus.DetailStatus.values()) System.out.println(c);
public static JobStatus.DetailStatus valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |