pub fn is_cancelled(conn: &Connection, job_id: &str) -> Result<bool>Expand description
Check if a job has been cancelled (used by executor during execution).
pub fn is_cancelled(conn: &Connection, job_id: &str) -> Result<bool>Check if a job has been cancelled (used by executor during execution).