win32process.ResumeThread

int = ResumeThread(handle)

Resumes the specified thread. When the suspend count is decremented to zero, the execution of the thread is resumed.

Parameters

handle : PyHANDLE

handle to the thread

Return Value

The return value is the thread's previous suspend count