Saxonberg Server API
    Preparing search index...

    Interface ScheduleOptions

    interface ScheduleOptions {
        propagateAttribution?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    propagateAttribution?: boolean

    When true (default), captures ExecutionContextApi.getCurrentCausingCommandId() at schedule time and restores it on a Root frame for the callback. When false, the callback runs with no command attribution — the chain is severed.