@bluelibs/runner - v6.3.1
    Preparing search index...

    Interface LightExecutionContextSnapshot

    Lightweight execution-context snapshot for signal/correlation propagation.

    interface LightExecutionContextSnapshot {
        correlationId: string;
        framesMode: "off";
        signal?: AbortSignal;
        startedAt: number;
    }

    Hierarchy

    • ExecutionContextSnapshotBase
      • LightExecutionContextSnapshot
    Index

    Properties

    correlationId: string

    Correlation id shared across the current execution tree.

    framesMode: "off"

    Whether frame tracking is enabled for the active execution tree.

    signal?: AbortSignal

    First inherited signal for the active execution tree when one exists.

    startedAt: number

    Epoch timestamp for the top-level execution start.