You are here: Core Reference > Coding > Scripting > Sleep

Sleep

The Sleep function allows a script to pause for the defined amount of time.

Syntax

Sleep (Time)

Description

Causes the script to pause for a defined number of milliseconds.

Arguments

Time {integer}

The Time value is in milliseconds.

Returns

None.

Example:

Sleep (10)

The script will wait for 10 milliseconds before proceeding.


ClearSCADA 2015 R2