The subset of schedule controls handed to a ProcessScheduleInitializer
(entries / set / add / clear) and available inside the process effect via
scheduleControls.
Source src/Process.ts:19321 lines
export type type ScheduleControls =
ProcessScheduleControls
The subset of schedule controls handed to a
ProcessScheduleInitializer
(entries / set / add / clear) and available inside the process effect via
ScheduleControls = ProcessScheduleControls;