SystemClass :: Sleep - Pause milliseconds
The function causes the process to wait the number of milliseconds passed in wait_msec.
Return value:  Success ( logical  )
Implementation details
logical 
SystemClass  :: Sleep ( int32 wait_msec )
- wait_msec
 - Number of Milliseconds to wait
The system waits the given number of milliseconds before executing the request. 

