pyslk.job_exists_raw

Contents

pyslk.job_exists_raw#

pyslk.job_exists_raw(job_id: int, return_type: int = 0) str | int | CompletedProcess#

Check if tape read job exists

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

  • return_type (int) – select between 0 (== str output), 1 (== exit code), 2 (subprocess output)

Returns:

stdout of the slk_helpers call

Return type:

Union[str, int, subprocess.CompletedProcess]