* Notify the parent process that it should relaunch the child.
(version: string)
| 199 | * Notify the parent process that it should relaunch the child. |
| 200 | */ |
| 201 | public relaunch(version: string): void { |
| 202 | this.send({ type: "relaunch", version }) |
| 203 | } |
| 204 | |
| 205 | /** |
| 206 | * Send a message to the parent. |