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
Return Value
The return value is the thread's previous suspend count