* Execute a command, sending ^C as necessary to interrupt any running command if needed. * * @param commandLine The command line to execute, this is the exact text that will be sent * to the terminal. * * @example * // Execute a command in a terminal immediately after being created
(commandLine: string)
| 7495 | * } |
| 7496 | */ |
| 7497 | executeCommand(commandLine: string): TerminalShellExecution; |
| 7498 | |
| 7499 | /** |
| 7500 | * Execute a command, sending ^C as necessary to interrupt any running command if needed. |
no outgoing calls