MCPcopy Create free account
hub / github.com/Azure/powershell / CheckComplete

Method CheckComplete

lib/index.js:2311–2321  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 }

Callers 1

execMethod · 0.95

Calls 1

_setResultMethod · 0.95

Tested by

no test coverage detected