class Rufus::Scheduler::Job

def running


Note : paused? is not related to running?

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