sleep()

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