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

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