Agent Client Protocol - v0.2.0-alpha.8
    Preparing search index...

    Interface WaitForTerminalExitResponse

    interface WaitForTerminalExitResponse {
        exitCode?: null | number;
        signal?: null | string;
    }
    Index

    Properties

    Properties

    exitCode?: null | number
    signal?: null | string