Scheduler record time specification interface

interface SchedulerRecordTimeSpec {
    cronTime: string;
    exactTime: boolean;
    period: number;
    periodic: boolean;
    startTime: string;
}

Properties

cronTime: string
exactTime: boolean
period: number
periodic: boolean
startTime: string