@ -49,16 +49,17 @@ class IConsoleDriver {
await this.client.resume();
}
this.state === "started";
this.state = "started";
async pause() {
await this.client.pause();
this.state === "connected";
this.state = "connected";
async resume() {
async stop() {