module Quartz::Schedulable
Overview
The Schedulable
module is used as an interface for data types that may
be scheduled within an EventSet
.
Direct including types
- Quartz::Coordinator
- Quartz::MultiComponent::Component
- Quartz::MultiComponent::Simulator
- Quartz::Simulator
- Quartz::TimeBase
Defined in:
quartz/event_set.crInstance Method Summary
-
#imaginary_phase : Duration
The imaginary planned phase used to track elapsed times.
-
#imaginary_phase=(imaginary_phase : Duration)
The imaginary planned phase used to track elapsed times.
-
#imaginary_precision : Scale
The original precision level at which the imaginary event was originally planned.
-
#imaginary_precision=(imaginary_precision : Scale)
The original precision level at which the imaginary event was originally planned.
- #inspect(io)
-
#planned_phase : Duration
The planned phase, or the offset from the current epoch of the event set, associated with the event.
-
#planned_phase=(planned_phase : Duration)
The planned phase, or the offset from the current epoch of the event set, associated with the event.
-
#planned_precision : Scale
The original precision level at which the event was originally planned.
-
#planned_precision=(planned_precision : Scale)
The original precision level at which the event was originally planned.
Instance Method Detail
The imaginary planned phase used to track elapsed times.
The imaginary planned phase used to track elapsed times.
The original precision level at which the imaginary event was originally planned.
The original precision level at which the imaginary event was originally planned.
The planned phase, or the offset from the current epoch of the event set, associated with the event.
The planned phase, or the offset from the current epoch of the event set, associated with the event.
The original precision level at which the event was originally planned.
The original precision level at which the event was originally planned.