struct ScheduleLoadResult
- ScheduleLoadResult
- Struct
- Value
- Object
Defined in:
crdo/schedule_store.crConstructors
Instance Method Summary
- #autosave : Time::Span
- #clone
- #copy_with(states _states = @states, deferred_tasks _deferred_tasks = @deferred_tasks, autosave _autosave = @autosave, print_report _print_report = @print_report)
- #deferred_tasks : Hash(String, Task)
- #print_report : Bool
- #states : Array(TaskState)
Constructor Detail
def self.new(states : Array(TaskState), deferred_tasks : Hash(String, Task), autosave : Time::Span, print_report : Bool)
#
Instance Method Detail
def copy_with(states _states = @states, deferred_tasks _deferred_tasks = @deferred_tasks, autosave _autosave = @autosave, print_report _print_report = @print_report)
#