OTDelay
Delays processing for a specified number of seconds. This function is only provided for compatibility with the UNIXsleepfunction.C INTERFACE
void OTDelay(UInt32 seconds)C++ INTERFACES
None. C++ applications use the C interface to this function.PARAMETERS
seconds- The number of seconds to delay.
DESCRIPTION
TheOTDelayfunction delays processing for the number of seconds specified in thesecondsparameter. While the delay is occurring,OTDelaycontinuously calls theOTIdlefunction.You can only call the
OTDelayfunction from within an application at system task time. This function is only provided for compatibility with the UNIXsleepfunction to assist with portability of UNIX code.SPECIAL CONSIDERATIONS
You should never call theOTDelayfunction in production code on a Macintosh computer.