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 | |
|---|---|---|---|---|---|
![]() |
ioState | DelayByPeriodState | |||
![]() |
inTime | int | 0 - 10000 | Target period in milliseconds |


