Member Junction
    Preparing search index...

    The minimal, entity-derived field set the schedule evaluation functions read. Field types are indexed off the generated entity (never hand-copied unions) so CodeGen CHECK-constraint changes flow through automatically.

    interface UserRoutineScheduleFields {
        CronExpression: string;
        EndAt: Date;
        NextRunAt: Date;
        StartAt: Date;
        Status: "Active" | "Disabled" | "Paused";
        Timezone: string;
    }
    Index

    Properties

    CronExpression: string
    EndAt: Date
    NextRunAt: Date
    StartAt: Date
    Status: "Active" | "Disabled" | "Paused"
    Timezone: string