• Start cron

    Needs general.crons-put-cron-start permission

    Parameters

    • cronOrName: string | Cron

      Cron or Cron name

    Returns Promise<{
        content: Cron;
        status: {
            code: number;
            message: string;
        };
    }>

    Cron's info

    Deprecated

    Use updateCron with body { running: true }

Generated using TypeDoc