Class | God::DriverEvent |
In: |
lib/god/driver.rb
|
Parent: | TimedEvent |
A DriverEvent is a TimedEvent with an associated Task and Condition. This is the primary mechanism for poll conditions to be scheduled.
Initialize a new DriverEvent.
delay - The Numeric delay for this event. task - The Task associated with this event. condition - The Condition associated with this event.