ISPO SDK
    Preparing search index...

    Interface AgentStopResult

    Markdown
    interface AgentStopResult {
        stopped: boolean;
    }
    Index
    stopped: boolean

    True if a live terminal was found and its process was killed; false if it was already gone (idempotent — stopping an ended terminal is not an error).