(arg2: string)
| 27 | return callBackendService(this?.waveEnv, "block", "CleanupOrphanedBlocks", Array.from(arguments)) |
| 28 | } |
| 29 | GetControllerStatus(arg2: string): Promise<BlockControllerRuntimeStatus> { |
| 30 | return callBackendService(this?.waveEnv, "block", "GetControllerStatus", Array.from(arguments)) |
| 31 | } |
| 32 | |
| 33 | // save the terminal state to a blockfile |
| 34 | SaveTerminalState(blockId: string, state: string, stateType: string, ptyOffset: number, termSize: TermSize): Promise<void> { |
no test coverage detected