Sleep
This command will cause the Client device to sleep for the specified number of seconds. (Note: any activity by the user will terminate the sleep mode.) The Visual Basic Wait command may be a viable alternative.
Group: Application-Based Extension
Syntax: App.Sleep(nSeconds)
nSeconds (Long) is the number of seconds to suspend program operation. This is usually used to flash a message to the user, and then to erase it. (Note: The new timer feature is recommended for time related programming.)
Example:
Version Supported: RFgen 4.0, 4.1, 5.0, 5.1, 5.2 and newer.