Skip to main content

DailySchedule

openmolt


openmolt / DailySchedule

Interface: DailySchedule

Defined in: types/index.ts:421

Run the agent on specific days/times.

Properties

dayOfMonth?

optional dayOfMonth: number[]

Defined in: types/index.ts:426

Days of the month to run on (1–31).


dayOfWeek?

optional dayOfWeek: number[]

Defined in: types/index.ts:424

Days of the week to run on (0 = Sunday, 6 = Saturday).


hour

hour: number

Defined in: types/index.ts:428

Hour of the day (0–23).


minute

minute: number

Defined in: types/index.ts:430

Minute of the hour (0–59).


timeZone?

optional timeZone: string

Defined in: types/index.ts:432

IANA timezone string (defaults to system timezone).


type

type: "daily"

Defined in: types/index.ts:422