class Rufus::Scheduler::Job

def running?

def running?
  threads.any?
end