pyslk.is_job_queued

Contents

pyslk.is_job_queued#

pyslk.is_job_queued(job_id: int) bool | None#

Check the status of a tape

Parameters:

job_id (int) – id of a recall job in StrongLink

Returns:

True if job with job_id is queued; else False

Return type:

bool or None