Dashboard > Quartz 1 > ... > Documentation > SchedulerStandby
  Quartz 1 Log In View a printable version of the current page.  
  SchedulerStandby
Added by James House, last edited by James House on Aug 20, 2005  (view change)
Labels: 
(None)

Placing a Scheduler in Stand-by Mode


Placing a Scheduler in Stand-by Mode
// start() was previously invoked on the scheduler

scheduler.standby();

// now the scheduler will not fire triggers / execute jobs

// ...

scheduler.start();

// now the scheduler will fire triggers and execute jobs

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