Member Junction
    Preparing search index...

    Opaque handle returned by a tracker's BeginRun, threaded back through the other tracker calls.

    interface RunHandle {
        ProcessRunID?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

      Tracker-private state.

    Index

    Properties

    Properties

    ProcessRunID?: string

    ID of the persisted run, when the tracker persists one.