Sleep

Description

Causes the process to sleep for a specified number of milliseconds

Syntax

Sleep(long_expression)

long_expression - number of milliseconds to sleep

Examples

Sleep(1000) makes the process sleep for one second. 

Example usage (in a Select component),

thumbnail image

Return value datatype

Boolean (True if sleep was completed successfully)

If argument is null, the function will sleep for 0 milliseconds