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