Z4Sight_GetEndTimerWatcherEvent_WithTimeout


Get io hook event.

Syntax

C++
Python
 
def Z4Sight_GetEndTimerWatcherEvent_WithTimeout(
	state: Z4Sight_State,
	/,
	*,
	inDeviceID: Z4SightSystemAndDeviceIdentifier | None = None,
	inTimeout: int = 0
)
-> outEvent: Z4SightEvent | None

Parameters

Name Type Default Description
Input will be modified ioState Z4Sight_State
Input value inDeviceID Z4SightSystemAndDeviceIdentifier | None None Device identification number.
Input value inTimeout int 0 Maximum time to wait.
Output value outEvent Z4SightEvent | None