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

    Type Alias RuntimeCallSource

    Identifies the caller that admitted a task run or event emission into the runtime.

    type RuntimeCallSource = {
        id: string;
        kind: RuntimeCallSourceKind;
    }
    Index

    Properties

    Properties

    id: string

    Canonical runtime identifier of the admitting caller.

    Category of the admitting caller.