delayCurrentThread

This method delays the current thread for the specified length of time.

The OXFTDelay(timInMs) macro provides a convenient shortcut for calling delayCurrentThread.

Visibility

Public

Signature
virtual void delayCurrentThread (timeUnit ms) = 0;
Parameters
ms

The length of time, in milliseconds, to delay processing on the current thread


Feedback