OpenClaw SDK
    Preparing search index...

    Interface TimeoutHandle

    Timeout handle returned by the manager

    interface TimeoutHandle {
        id: string;
        cleared: boolean;
        clear: () => void;
    }
    Index

    Properties

    Properties

    id: string

    Unique identifier for this timeout

    cleared: boolean

    Whether the timeout has been cleared

    clear: () => void

    Clear this specific timeout