Create a new uber cron job
Unique name of the job
Cron job options
Function using to fire onTick
, default set to an inner private function. Overwrite this only if you have a really good reason to do so.
Return true
if job is running.
Global jobs object holding all cron job entries for each created cron job
Getter for the global cron job entry of this cron job
Add another onTick
function.
Target function.
Tells you the last execution date.
Tells you when a CronTime
will be run.
Indicate which turn of run after now. If not given return next run time.
Change the time for the CronJob
.
Target time.
Start the cron job
Stop the cron job
Wrap the onTick method for extended functionality
Uber-cron: Enhanced cron job scheduling. Based on cron: https://www.npmjs.com/package/cron