How to add your knowledge
sleep()
Table of contents
- 1. Synopsis
- 2. Syntax
- 3. Example 1
Synopsis
This function halts execution of the Intent Kernel process for the specified number of seconds.
Syntax
sleep ( seconds As Number ) As Number
| Argument | Type | Description |
|---|
| seconds | Number | The execution halt duration in seconds. |
Example 1
Delay for 2 seconds
Intent > sleep(2.0)
--> 0.0
Comments
Message will close by itself in seconds
Message timer has been stopped