Function sleep from system
Brief description
sleep(time:int):void
Sleeps a given amount of time More ...
Function information
| Name: | sleep |
| Base: | |
| Group: | Debug plugins:Threading |
| Icon: | thread.png |
| Color: | black |
| Authors: | |
| Copyright: |
Detailed description
Sleeps a given amount of time
Input parameters
-
time:
int
- Sleep time in milliseconds
Return values
-
Default return value:
void
