waitfor_delay()
QNX SDP8.0PLMS User's GuideAPIConfigurationDeveloper
Wait for the specified period
Synopsis:
waitfor_delay( delay )
Description:
The waitfor_delay() function waits for the specified period in
milliseconds. The delay range can be 0 to
INT_MAX(2147483647).
Example:
waitfor_delay(1000)
Multiplicity:
Zero or more instances in a task block.
Constraints:
If waitfor_delay() is used in start_sequence tasks, the start can be aborted by a stop action during the wait time.
Page updated:
