class SimpleScheduler::FutureJob::Expired

An error class that is raised if a job does not run because the run time is too late when compared to the scheduled run time. @!attribute run_time

@return [Time] The actual run time

@!attribute scheduled_time

@return [Time] The scheduled run time

@!attribute task

@return [SimpleScheduler::Task] The expired task

Attributes

run_time[RW]
scheduled_time[RW]
task[RW]