pyslk.is_job_finished

pyslk.is_job_finished#

pyslk.is_job_finished(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 finished; else False

Return type:

bool or None