struct ScheduleLoadResult

Defined in:

crdo/schedule_store.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(states : Array(TaskState), deferred_tasks : Hash(String, Task), autosave : Time::Span, print_report : Bool) #

[View source]

Instance Method Detail

def autosave : Time::Span #

def clone #

[View source]
def copy_with(states _states = @states, deferred_tasks _deferred_tasks = @deferred_tasks, autosave _autosave = @autosave, print_report _print_report = @print_report) #

[View source]
def deferred_tasks : Hash(String, Task) #

def print_report : Bool #

def states : Array(TaskState) #