ProcessScheduleServiceThe engine schedule service — run-window storage + controls (entries / changed / CRUD /
reconcile) that a make supervisor watches for arming decisions. Materialized by the
schedule-layer constructors below and injected via ProcessMakeOptions.scheduleLayer.
Source src/Process.ts:19221 lines
export type type ScheduleService =
ProcessScheduleService
The engine schedule service — run-window storage + controls (entries / changed / CRUD /
reconcile) that a
make
supervisor watches for arming decisions. Materialized by the
schedule-layer constructors below and injected via
ProcessMakeOptions.scheduleLayer
.
ScheduleService = import ProcessScheduleServiceProcessScheduleService;