RMP Motion Controller
10.7.1
APIs
, concepts, guides, and more
Community
Support
Contact
◆
Sleep()
void Sleep
(
int32_t
milliseconds
)
Description:
Sleep puts the current thread to sleep.
Parameters
milliseconds
The number of milliseconds the thread should sleep.
Sample Code:
// put this thread to sleep for some milliseconds
controller->OS->Sleep(SLEEP_MILLISECONDS);
RSI
RapidCode
RapidCodeOS
Generated by
1.15.0