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

    Interface ExecutionFrame

    One step in the current causal execution chain.

    interface ExecutionFrame {
        id: string;
        kind: ExecutionFrameKind;
        source: RuntimeCallSource;
        timestamp: number;
    }
    Index

    Properties

    Properties

    id: string

    Canonical definition id of the current frame.

    Runner definition kind currently executing.

    Admission source that led to this frame being entered.

    timestamp: number

    Epoch timestamp captured when the frame started.