{ “title”: “DROP-JOB”, “language”: “en” }
DROP-JOB
Name
DROP JOB
Description
User stops a JOB. A stopped job cannot be resumed.
DROP JOB WHERE jobName = 'job_name';
Example
DROP the job named test1.
DROP JOB where jobName = 'test1';
Keywords
DROP, JOB
Best Practice