PAUSE-JOB
Name
PAUSE JOB
Description
User suspends a JOB. A stopped job can be resumed with RESUME JOB.
PAUSE JOB where jobName = 'job_name';
Example
Pause the job named test1.
PAUSE JOB where jobName = 'test1';
Keywords
PAUSE, JOB
本文档使用 BookStack 构建