def stop()

in app/com/gu/contentapi/sanity/utils/QuartzScheduler.scala [22:25]


  def stop() {
    scheduler.clear()
    scheduler.standby()
  }