DelayWithEventProcessing
- Updated2023-02-21
- 1 minute(s) read
DelayWithEventProcessing
void DelayWithEventProcessing (double numberOfSeconds);
Purpose
Waits the number of seconds specified by numberOfSeconds. DelayWithEventProcessing processes events while waiting the specified number of seconds.
The resolution is typically 1 millisecond. However, if you set the useDefaultTimeruseDefaultTimer configuration option to True, the resolution is 55 milliseconds.
(Linux) The resolution on Linux is 1 millisecond.
Parameters
Input | ||
Name | Type | Description |
numberOfSeconds | double | Number of seconds to wait. |
Return Value
None.
Additional Information
Library: Programmer's Toolbox
Include file: toolbox\toolbox.h
LabWindows/CVI compatibility: LabWindows/CVI 2009 and later