@ -48,10 +48,13 @@ class IConsoleDriver {
} else {
await this.client.resume();
}
this.state === "started";
async pause() {
await this.client.pause();
this.state === "connected";
async resume() {