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