()
| 204 | |
| 205 | // Returns the process Id of the consoleTerminal |
| 206 | public async getPid(): Promise<number | undefined> { |
| 207 | return await this.consoleTerminal?.processId; |
| 208 | } |
| 209 | |
| 210 | public showTerminal(preserveFocus?: boolean): void { |
| 211 | this.consoleTerminal?.show(preserveFocus); |
no outgoing calls
no test coverage detected