win32event.WaitForMultipleObjectsEx
int = WaitForMultipleObjectsEx(handleList, bWaitAll
, milliseconds
, bAlertable
)
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 millisecondsbAlertable : bool
alertable wait flag.