drupflare/worker - v1.0.0
    Preparing search index...

    Interface CronHookPolicy

    Whether one module's hook_cron runs, and the reason when it does not.

    interface CronHookPolicy {
        reason?: string;
        run: boolean;
    }
    Index
    reason?: string
    run: boolean