MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / wait

Method wait

pydevd_attach_to_process/winappdbg/process.py:354–360  ·  view source on GitHub ↗

Waits for the process to finish executing. @raise WindowsError: On error an exception is raised.

(self, dwTimeout=None)

Source from the content-addressed store, hash-verified

352 # ------------------------------------------------------------------------------
353
354 def wait(self, dwTimeout=None):
355 """
356 Waits for the process to finish executing.
357
358 @raise WindowsError: On error an exception is raised.
359 """
360 self.get_handle(win32.SYNCHRONIZE).wait(dwTimeout)
361
362 def kill(self, dwExitCode=0):
363 """

Callers 3

is_aliveMethod · 0.95
inject_dllMethod · 0.45
clean_exitMethod · 0.45

Calls 1

get_handleMethod · 0.95

Tested by

no test coverage detected