DelayByPeriod


Suspends the program workflow for inTime milliseconds relative to the end of the filter's last invoke time.

Syntax

C++
Python
 
def DelayByPeriod(
	state: DelayByPeriodState,
	inTime: int,
	/
)
-> None

Parameters

Name Type Range Default Description
Input will be modified ioState DelayByPeriodState
Input value inTime int 0 - 10000 Target period in milliseconds