Get the next occurance in the schedule.
The next instant when the daemon will execute the callback or undefined if the schedule has no more possible instances.
Start running the schedule
Current state of the daemon.
running
or stopped
Stops the daemon running the schedule
Generated using TypeDoc
Execute a cron schedule. The Daemon is initialized in the "started" state.
Cron schedule string e.g.
0,30 9-17 * * MON-FRI
or custom function to calculate the next date.Function to be invoked on the schedule.
If the schedule string is not valid cron syntax.