()
| 353 | } |
| 354 | |
| 355 | _clearTimeout() { |
| 356 | debug(`enter _clearTimeout(), state: ${String(this.state)}, uuid: ${this.uuid}`); |
| 357 | clearTimeout(this.timeoutID); |
| 358 | this.timeoutID = null; |
| 359 | debug(`exit _clearTimeout(), state: ${String(this.state)}, uuid: ${this.uuid}`); |
| 360 | } |
| 361 | |
| 362 | _callCallback(err, data, output) { |
| 363 | debug(`enter _callCallback(), state: ${String(this.state)}, uuid: ${this.uuid}`); |
no test coverage detected