Dashboard > Quartz 1 > ... > Documentation > UnscheduleJob
  Quartz 1 Log In View a printable version of the current page.  
  UnscheduleJob
Added by James House, last edited by James House on May 28, 2005
Labels: 
(None)

Unscheduling a Job


Unscheduling a Particular Trigger of Job
// Schedule the job with the trigger
scheduler.unscheduleJob(triggerName, triggerGroup);


Deleting a Job and Unscheduling All of Its Triggers
// Schedule the job with the trigger
scheduler.deleteJob(jobName, jobGroup);

Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request - Contact Administrators