cron library

Classes

Cron
A cron-like time-based job scheduler.
Schedule
The cron schedule.
ScheduledTask

Typedefs

Task = FutureOr Function()
A task may return a Future to indicate when it is completed. If it wouldn't complete before Cron calls it again, it will be delayed.

Exceptions / Errors

ScheduleParseException
Exception thrown when a cron data does not have an expected format and cannot be parsed or processed.