示例#1
0
def test_pause_job(job_id):
    JobService.pause_job(job_id)
示例#2
0
 def pause_job(self, job_id):
     return JobService.pause_job(job_id)