# File lib/rufus/scheduler/jobs.rb, line 619
      def next_time_from(time)

        time + @mean_work_time + @interval
      end