The callback function to be executed on each cron tick.
The function receives the current tick count and the WaCron instance as parameters.
Future Function(int count, WaCron cron) onCron;