pyslk.job_queue_raw

Contents

pyslk.job_queue_raw#

pyslk.job_queue_raw(interpret: str | None = None, return_type: int = 0) str | int | CompletedProcess#

Prints status of the queue of tape read jobs

Parameters:
  • interpret (str or None) – interpret the queue length; possible values: DETAILS, NUMBER, TEXT, RAW, JSON

  • 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]