scheduled property
Sorted list of pending actions.
Implementation
@protected
final SplayTreeMap<DateTime, List<SchedulerAction>> scheduled =
SplayTreeMap();
Sorted list of pending actions.
@protected
final SplayTreeMap<DateTime, List<SchedulerAction>> scheduled =
SplayTreeMap();