win32event.WaitForMultipleObjects
int = WaitForMultipleObjects(handleList, bWaitAll
, milliseconds
)
Returns when an event is signalled
Parameters
handleList : [PyHANDLE, ...]
A sequence of handles to wait on.bWaitAll : bool
wait flagmilliseconds : int
time-out interval in milliseconds