Hyperlinkv0.9.0-beta.0

Daemon

Daemon.ScheduleWindowinterfacesrc/Daemon.ts:1830

A schedule window template produced by at / window — the declarative form of a schedule entry. id is optional (a nameless window is add/set/clear'd and matched by reference, but is invisible to id-keyed ops). The runtime maps these to the engine's native DaemonScheduleEntry.

modelsatwindowDaemonScheduleEntry
Source src/Daemon.ts:18305 lines
export interface ScheduleWindow {
  readonly id: Option.Option<string>;
  readonly startAt: Date;
  readonly stopAt: Option.Option<Date>;
}
Referenced by 5 symbols