0
sleep
To force Ninox to wait for a given number of milliseconds before continue running the code
With this function, you can put Ninox on hold before continuing to execute your script. You can use this delay for example to show a note or a warning.
Syntax
sleep(number)
Return
void
Example
sleep(2000)
Result: Ninox is on hold for 2 seconds.
Reply
Related articles
Content aside
- 4 mths agoLast active
- 51Views
-
1
Following