Hyperlinkv0.8.0-beta.28

Process

Process.ScheduleWindowinterfacesrc/Process.ts:1833

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 ProcessScheduleEntry.

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