|
|
|||||||
|
The sleep method suspends execution of the calling thread for a specified
number of milliseconds.
|
|||||||
|
Parameters: |
|||||||
|
|||||||
|
Return Value: |
|||||||
| None | |||||||
|
Example: |
|||||||
function SleepFiveSeconds()
{
FBX.sleep(5000);
}
|
|||||||
| See Also: | |||||||
| xmlTlNew, xmlTlAddTag, xmlTlSend | |||||||
|
|