()
| 42 | startCommand(params: RuntimeNodeCommandStartParams): Promise<RuntimeNodeProcessStartResult> |
| 43 | startScript(params: RuntimeNodeScriptStartParams): Promise<RuntimeNodeProcessStartResult> |
| 44 | list(): Promise<unknown> |
| 45 | reconnect(processId: string): Promise<unknown> |
| 46 | kill(processId: string): Promise<RuntimeNodeProcessKillResult> |
| 47 | killAll(): Promise<unknown> |
no outgoing calls
no test coverage detected