Sleep Function

Action

Pauses execution of the current script for the specified length of time.

Syntax

Sleep (nSeconds)
Variable Description
nSeconds The length of time in seconds for the script to pause. NUMBER

Notes

Sleep causes the script that is currently running to pause for nSeconds seconds.

Because Silk Test Classic automatically synchronizes with an application, you will almost never need to use Sleep for synchronization purposes.

Example

Sleep (0.5) // half a second