Start » Filter Reference » System » Time » DelayByPeriod
Module: | FoundationLite |
---|
Suspends the program workflow for inTime milliseconds relative to the end of the filter's last invoke time.
Name | Type | Range | Description | |
---|---|---|---|---|
inTime | Integer | 0 - 10000 | Target period in milliseconds |
Description
This filter suspends the program workflow for inTime milliseconds relative to the end of the filter's last invoke time.
Examples
Description of usage of this filter can be found in examples and tutorial: Coins, Tablets, TcpIp Shoutbox Client.
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- Delay – Suspends the program workflow for inTime milliseconds.
- MeasurePeriod – Returns elapsed time in milliseconds from last filter call.