public interface JobStatus
Job
.Modifier and Type | Method and Description |
---|---|
Exception |
getException()
Get the exception produced by the Job or while retrieving the status.
|
Integer |
getExitCode()
Get the exit code for the Job.
|
Job |
getJob()
Get the job for which this JobStatus was created.
|
Map<String,String> |
getSchedulerSpecficInformation()
Get scheduler specific information on the Job.
|
String |
getState()
Get the state of the Job.
|
boolean |
hasException()
Has the Job or job retrieval produced a exception ?
|
boolean |
isDone()
Is the Job done.
|
boolean |
isRunning()
Is the Job running.
|
Job getJob()
String getState()
Integer getExitCode()
Exception getException()
boolean isRunning()
boolean isDone()
boolean hasException()