pyslk.is_job_processing

pyslk.is_job_processing#

pyslk.is_job_processing(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 currently being processed; else False

Return type:

bool or None