class Rufus::Scheduler::SchedulerCore

def pause(job_or_id)


corresponding job cannot be found, an ArgumentError will get raised.
Pauses a given job. If the argument is an id (String) and the
def pause(job_or_id)
  find(job_or_id).pause
end