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

Defined in:

quartz/event_set.cr

Instance Method Summary

Instance Method Detail

def imaginary_phase : Duration #

The imaginary planned phase used to track elapsed times.


[View source]
def imaginary_phase=(imaginary_phase : Duration) #

The imaginary planned phase used to track elapsed times.


[View source]
def imaginary_precision : Scale #

The original precision level at which the imaginary event was originally planned.


[View source]
def imaginary_precision=(imaginary_precision : Scale) #

The original precision level at which the imaginary event was originally planned.


[View source]
def inspect(io) #

[View source]
def planned_phase : Duration #

The planned phase, or the offset from the current epoch of the event set, associated with the event.


[View source]
def planned_phase=(planned_phase : Duration) #

The planned phase, or the offset from the current epoch of the event set, associated with the event.


[View source]
def planned_precision : Scale #

The original precision level at which the event was originally planned.


[View source]
def planned_precision=(planned_precision : Scale) #

The original precision level at which the event was originally planned.


[View source]