terminal
- eventEmitter -
- executeCommand - Executes a given command and returns the result. Listens for messages from the WebSocket that indicate the output, error, or finish state of the executed command and resolves the promise accordingly.
- executeCommandRunUntilError - Executes a given command and keeps running until an error occurs. Listens for messages from the WebSocket and resolves the promise when an error is encountered.
- executeCommandWithStream -
- sendManualInterrupt -