|
open(self)
Opens the Job Monitor window. |
|
|
|
close(self)
Closes the Job Monitor window. |
|
|
|
kill(self,
jobname)
Kills the named job. |
|
|
|
get_status(self,
jobname,
time_out_msec=default_wait)
Returns the JobControl status of a job. |
|
|
|
wait_for_status(self,
jobname,
desired_status,
time_out_msec=default_wait)
Waits until the named job achieves the specified status. |
|
|
|
refresh(self)
Deprecated. |
|
|
|
monitor(self,
jobname)
Deprecated. |
|
|
|
select(self,
jobname)
Deprecated. |
|
|
|
get_jobnames(self)
Returns list of all jobnames in jobdb. |
|
|
|
get_statuses(self)
Returns dict of Jobname and status for all jobs. |
|
|
|
get_jobs(self)
Returns dict of Jobname and Job Objects for all jobs. |
|
|