Suspend the app for a specified number of milliseconds. It is not recommended that you use this command to suspend an app for more than the time of one frame (roughly 17 milliseconds).
Definition
Sleep( milliseconds )
void agk::Sleep( UINT milliseconds )
Parameters
milliseconds - The number of milliseconds to sleep.