Thread :: SleepMSec

01 Sleeps the calling thread for some time.
02

[C++] static void SleepMSec(uint32 msec);

03 Parameters:
  • msec: The amount of milliseconds to sleep.
04 This method calls SemysSleepMSec().
05 Reference: net::semys
Implementation: Semys Architecture
See Also: Threading Sub-System, Thread, SemysSleepMSec()

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.