Saxonberg Server API
    Preparing search index...
    Index

    Methods

    • Recurring 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.

      Parameters

      Returns ScheduleHandle

    • One-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.

      Parameters

      Returns ScheduleHandle