cron-vir - v0.1.0
    Preparing search index...

    Function getMillisecondsTillNextExecution

    • 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.

      Parameters

      Returns number

      Milliseconds till the next execution.