@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias CommandExecTerminateParams

    Terminate a running command/exec session.

    type CommandExecTerminateParams = {
        processId: string;
    }
    Index

    Properties

    Properties

    processId: string

    Client-supplied, connection-scoped processId from the original command/exec request.