()
| 2309 | } |
| 2310 | } |
| 2311 | CheckComplete() { |
| 2312 | if (this.done) { |
| 2313 | return; |
| 2314 | } |
| 2315 | if (this.processClosed) { |
| 2316 | this._setResult(); |
| 2317 | } |
| 2318 | else if (this.processExited) { |
| 2319 | this.timeout = timers_1.setTimeout(ExecState.HandleTimeout, this.delay, this); |
| 2320 | } |
| 2321 | } |
| 2322 | _debug(message) { |
| 2323 | this.emit('debug', message); |
| 2324 | } |