Determines how many milliseconds are needed till the next cron execution by parsing a cron string, like '* * * * * *' (with seconds) or '* * * * *' (without seconds). Supports all formats that the cron-parser package supports.
'* * * * * *'
'* * * * *'
Milliseconds till the next execution.
Determines how many milliseconds are needed till the next cron execution by parsing a cron string, like
'* * * * * *'
(with seconds) or'* * * * *'
(without seconds). Supports all formats that the cron-parser package supports.