Skip to main content

RESUME JOB

Description​

Used to restart a JOB in PAUSE state. The restarted job will continue to be executed periodically. A JOB in STOP state cannot be resumed.

RESUME JOB WHERE jobName = 'job_name';

Examples​

  1. Restart the JOB named test1.

    RESUME JOB WHERE jobName = 'test1';

Keywords​

    RESUME, JOB

Best Practice​