Makes the current request thread sleep for the given amount of time.

Syntax

Smartsite SXML CopyCode image Copy Code
sys.thread.sleep(integer milliSeconds)
sys.thread.sleep(string timeSpan)

Parameters

Name Data Type Description
milliSeconds Integer The amount of time to sleep, in milliseconds.
timeSpan String The time span (HH:mm:ss).

Return Value

None.
SXML