Searched refs:WaitForProcessExit (Results 1 – 4 of 4) sorted by relevance
108 if not windowing.WaitForProcessExit(proc, timeout):165 if not windowing.WaitForProcessExit(proc, timeout):178 if not windowing.WaitForProcessExit(proc, timeout):
122 if not windowing.WaitForProcessExit(Iterate.proc, 0):125 windowing.WaitForProcessExit(Iterate.proc, 0)
175 if not windowing.WaitForProcessExit(proc, timeout):189 if not windowing.WaitForProcessExit(proc, timeout):
198 def WaitForProcessExit(proc, timeout=None): function