class Rufus::Scheduler::Job

def running


Returns true if this job is currently running (in the middle of #trigger)
def running
  @running
end