static void sleep(int millis);
Puts the program to sleep for the specified amount of milliseconds.
Back to index