I am using node-cron package to schedule a job. I wanted to know the internal behavior of it in windows server. In documentation I can see this
The actions of cron are driven by a crontab (cron table) file, a configuration file that contains instructions to the cron daemon.
I need to know the internal behavior for documentation purpose. Is anyone share the reference.