Delay

void Delay (double numberOfSeconds);

Purpose

Waits the number of seconds that numberOfSeconds indicates.

The resolution is normally 1 millisecond. However, if you set the useDefaultTimer configuration option to True, the resolution is 55 milliseconds.

Linux The resolution on Linux is 1 millisecond.

Parameters

Input
Name Type Description
numberOfSeconds double-precision Number of seconds to wait.

Return Value

None.