Member Junction
    Preparing search index...

    Function ParseCronExpression

    • Parses a cron expression back into a structured schedule, detecting the friendly presets the editor can render. Anything that doesn't match a preset shape comes back as 'advanced' with Raw preserved (never lossy).

      Parameters

      • cron: string | null | undefined

      Returns CronSchedule