pyslk.is_job_successful

pyslk.is_job_successful#

pyslk.is_job_successful(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 and was successful; else False

Return type:

bool or None