AILSystem_RegisterEndTimerWatcher


Register hook function and invoke command.

Syntax

C++
Python
 
def AILSystem_RegisterEndTimerWatcher(
	state: AILSystem_State,
	inTimer: int,
	inHooks: list[AILHook],
	/,
	*,
	inDeviceID: AILSystemAndDeviceIdentifier | None = None,
	inInputQueueSize: int | None = None
)
-> None

Parameters

Name Type Range Default Description
Input will be modified ioState AILSystem_State
Input value inDeviceID AILSystemAndDeviceIdentifier | None None Device identification number.
Input value inInputQueueSize int | None None Capacity of output frames queue.
Input value inTimer int 1 - 16 Timer to watch.
Input value inHooks list[AILHook] Hook to perform and latch to watch.