class Rufus::Scheduler::SchedulerCore

def resume(job_or_id)


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