Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 434 Bytes

RemoteSlurmJob.job_status.md

File metadata and controls

15 lines (8 loc) · 434 Bytes

RemoteSlurmJob.job_status (property)

Return the status of the job by calling and parsing the output of RemoteSlurmJob.squeue.

If the job is no longer available in the queue, it is assumed to have completed (although in reality, it may have failed or been canceled).

Returns

  • (string): one of not-submitted, pending, running, canceled, failed, complete, unknown