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 flag

milliseconds : int

time-out interval in milliseconds

bAlertable : bool

alertable wait flag.