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

    Variable allCronEventsConst

    allCronEvents: (
        | typeof CronResumeEvent
        | typeof CronPauseEvent
        | typeof CronStartEvent
        | typeof CronFinishEvent
        | typeof CronErrorEvent
    )[] = ...

    All cron events in an array.