Class Rufus::Scheduler::EveryJob
In: lib/rufus/sc/jobs.rb
Parent: SimpleJob

Recurring job with a certain frequency.

Methods

Attributes

frequency  [R]  The frequency, in seconds, of this EveryJob

Public Class methods

Public Instance methods

Triggers the job (and reschedules it).

Protected Instance methods

It‘s an every job, have to schedule next time it occurs…

[Validate]