StaticcancelStaticrecurringRecurring callback. Default: first fire after intervalMs, then
every intervalMs (fixed-delay). See RecurringOptions.
Attribution is captured at schedule time and reused for every
fire. The chain doesn't decay across iterations; if the
originating command is "lighting a candle that ticks once a
second," every tick reads back the same causingCommandId.
Optionalopts: RecurringOptionsStaticscheduleOne-shot delayed callback. Returns a handle for cancellation.
propagateAttribution defaults to true. When the callback fires,
it runs inside a fresh runRoot — there is no live CommandContext,
but causingCommandId is restored from schedule time so frames
composed inside the callback can correlate to the originating
command.
Optionalopts: ScheduleOptions
Cancel a previously scheduled callback. Idempotent. For recurring schedules, cancels all future fires.