|
|
|||||||
|
The Sleep method suspends execution of the calling thread for a specified
number of milliseconds.
|
|||||||
|
Parameters: |
|||||||
|
|||||||
|
Return Values: |
|||||||
| None | |||||||
|
Example: |
|||||||
|
function SleepFiveSeconds()
{ CAS.Sleep(5000); } |
|||||||
|
See Also: |
|||||||
| CAS Open | |||||||
|
|