Example #1
0
def test_stop_job(job_id):
    JobService.stop_job(job_id)
Example #2
0
 def stop_job(self, job_id):
     return JobService.stop_job(job_id)