pyslk.job_exists

Contents

pyslk.job_exists#

pyslk.job_exists(job_id: int) bool#

Check if job exists

Parameters:

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

Returns:

True if job exists; False otherwise

Return type:

bool