# File lib/rufus/sc/jobs.rb, line 354
    def trigger_if_matches(time)

      trigger(time) if @cron_line.matches?(time)
    end