Back to Aurora Vision Library Lite website
You are here: Start » System » Time » Delay
Delay
| Header: | STD.h |
|---|---|
| Namespace: | avl |
Suspends the program workflow for inTime milliseconds.
Syntax
void avl::Delay ( int inTime )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inTime | int | 0 - 10000 | 100 | Target time in milliseconds |
Description
This filter suspends the program workflow for inTime milliseconds.
See Also
- DelayByPeriod – Suspends the program workflow for inTime milliseconds relative to the end of the filter's last invoke time.
- MeasurePeriod – Returns elapsed time in milliseconds from last filter call.

