Skip to content
Tauri

Schedule

Defined in: plugins/notification/guest-js/index.ts:168

new Schedule(): Schedule

Schedule

at: undefined | { allowWhileIdle: boolean; date: Date; repeating: boolean; }

Defined in: plugins/notification/guest-js/index.ts:169


every: undefined | { allowWhileIdle: boolean; count: number; interval: ScheduleEvery; }

Defined in: plugins/notification/guest-js/index.ts:184


interval: undefined | { allowWhileIdle: boolean; interval: ScheduleInterval; }

Defined in: plugins/notification/guest-js/index.ts:177

static at(date, repeating, allowWhileIdle): Schedule

Defined in: plugins/notification/guest-js/index.ts:192

Date

boolean = false

boolean = false

Schedule


static every(kind, count, allowWhileIdle): Schedule

Defined in: plugins/notification/guest-js/index.ts:211

ScheduleEvery

number

boolean = false

Schedule


static interval(interval, allowWhileIdle): Schedule

Defined in: plugins/notification/guest-js/index.ts:200

ScheduleInterval

boolean = false

Schedule


© 2025 Tauri Contributors. CC-BY / MIT