class

ScheduleStore

Inherits Reference < Object

Constructors

new(crontab_path : String, clock : Clock = SystemClock.new)
Source

Instance methods

initial_load
Source
reload(current_task_states : Array(TaskState)) : ScheduleLoadResult
Source
reset_dependencies(task_states : Array(TaskState))
Source
restore_state(schedule : ScheduleState) : Bool
Source
save(task_states : Array(TaskState))
Source