Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
ScheduleReporter
Inherits
Reference
<
Object
Constructors
new
(clock :
Clock
, output :
IO
=
STDOUT
)
Source
Instance methods
immediate_not_runnable
(reasons :
Array
(
TaskRunDecision
))
Source
invalid_transition
(requested :
SchedulerEventKind
, current :
RuntimeMode
)
Source
next_task_wait
(state :
TaskState
, decision :
TaskRunDecision
)
Source
print_report
(reasons :
Array
(
TaskRunDecision
), mail_failures :
Array
(
MailFailure
) = [] of
MailFailure
)
Source
print_running_report
(schedule :
Array
(
TaskState
))
Source
reload_failed
(error :
Exception
)
Source
run_state_changed
(mode :
RuntimeMode
)
Source
started
(task :
TaskState
, start_time :
Time
)
Source
stopped
(task :
TaskState
, status :
Int32
, next_wait :
String
)
Source