# File lib/rufus/scheduler.rb, line 433
    def running_jobs(opts={})

      jobs(opts.merge(:running => true))
    end