node-cron
node-cron copied to clipboard
[FR]: Add a "started" state
on CronJob instance i founded an running state which is true while job is currently running.
What if i want to check when job is somewhere called by start method?
for example: Later in code i can use
if(!cronjob.started) cronjob.start();
to check if job is enabled (at least once)