@bluelibs/runner - v5.5.0
    Preparing search index...

    Interface CronScheduledTask

    interface CronScheduledTask {
        enabled: boolean;
        expression: string;
        nextRunAt?: Date;
        stopped: boolean;
        taskId: string;
        timezone?: string;
    }
    Index

    Properties

    enabled: boolean
    expression: string
    nextRunAt?: Date
    stopped: boolean
    taskId: string
    timezone?: string