APIs, concepts, guides, and more

◆ Sleep()

void Sleep ( int32_t milliseconds)
Description:
Sleep puts the current thread to sleep.
Parameters
millisecondsThe number of milliseconds the thread should sleep.
Sample Code:
// put this thread to sleep for some milliseconds
controller->OS->Sleep(SLEEP_MILLISECONDS);