Added Constructors |
JobStatus(JobID, float, float, float, float, int, JobPriority)
|
Create a job status object for a given jobid. |
JobStatus(JobID, float, float, float, int)
|
Create a job status object for a given jobid. |
JobStatus(JobID, float, float, float, int, JobPriority)
|
Create a job status object for a given jobid. |
Added Methods |
float cleanupProgress()
|
@return Percentage of progress in cleanup |
Object clone()
|
|
JobPriority getJobPriority()
|
Return the priority of the job
|
String getSchedulingInfo()
|
Gets the Scheduling information associated to a particular Job. |
void setJobPriority(JobPriority )
|
Set the priority of the job, defaulting to NORMAL. |
void setSchedulingInfo(String )
|
Used to set the scheduling information associated to a particular Job. |
float setupProgress()
|
@return Percentage of progress in setup |