From 11:00 PM CST Friday, Apr 11th - 1:30 PM CST Saturday, Apr 12th, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabWindows/CVI

Content Type
Programming Language
Current manual
Table of Contents

DelayWithEventProcessing

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

Was this information helpful?

Help us improve your future ni.com experience.

Did you find the documentation you were looking for?

Submit