Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Interface DisposableTimingHandle

    interface DisposableTimingHandle {
        "[dispose]": () => void;
        end: () => void;
        id: symbol;
    }

    Hierarchy

    • Disposable
      • DisposableTimingHandle
    Index

    Properties

    Properties

    "[dispose]": () => void

    Dispose of the timing section, ending it

    end: () => void

    End the timing section

    id: symbol

    Unique identifier for the timing section