|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<GPJobResource.JobStatus> com.esri.core.tasks.ags.geoprocessing.GPJobResource.JobStatus
public static enum GPJobResource.JobStatus
The job status.
Enum Constant Summary | |
---|---|
CANCELLED
The job has been canceled. |
|
CANCELLING
The job execution is being canceled. |
|
DELETED
The job has been deleted. |
|
DELETING
The job execution is being deleted. |
|
EXECUTING
The job is executing. |
|
FAILED
The job execution has failed. |
|
NEW_JOB
New Job. |
|
SUBMITTED
The Job has been submitted. |
|
SUCCEEDED
The job has completed successfully. |
|
TIMED_OUT
The job execution has timed out. |
|
WAITING
The Job is waiting. |
Method Summary | |
---|---|
static GPJobResource.JobStatus |
fromString(String value)
|
String |
value()
Returns the String representation of the enumeration value. |
static GPJobResource.JobStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GPJobResource.JobStatus[] |
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 GPJobResource.JobStatus CANCELLED
public static final GPJobResource.JobStatus CANCELLING
public static final GPJobResource.JobStatus DELETED
public static final GPJobResource.JobStatus DELETING
public static final GPJobResource.JobStatus EXECUTING
public static final GPJobResource.JobStatus FAILED
public static final GPJobResource.JobStatus NEW_JOB
public static final GPJobResource.JobStatus SUBMITTED
public static final GPJobResource.JobStatus SUCCEEDED
public static final GPJobResource.JobStatus TIMED_OUT
public static final GPJobResource.JobStatus WAITING
Method Detail |
---|
public static GPJobResource.JobStatus[] values()
for (GPJobResource.JobStatus c : GPJobResource.JobStatus.values()) System.out.println(c);
public static GPJobResource.JobStatus 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 nullpublic String value()
public static GPJobResource.JobStatus fromString(String value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |