MCPcopy Create free account
hub / github.com/albertz/helpers / wait

Method wait

asyncproc.py:185–219  ·  view source on GitHub ↗

Return the process' termination status. If bitmask parameter 'flags' contains os.WNOHANG, wait() will return None if the process hasn't terminated. Otherwise it will wait until the process dies. It is permitted to call wait() several times, even after it has succeeded; th

(self, flags=0)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

terminateMethod · 0.95
waitMethod · 0.45

Calls 2

pidMethod · 0.95
closeinputMethod · 0.95

Tested by

no test coverage detected