Version 4.5.2
 —  Commands  —

SLEEP

Description

Suspend procedure file processing for a specific period of time.

Unlike the PAUSE command, SLEEP does not check whether data is received from the host.

Syntax

SLEEP milliseconds 

milliseconds can be in the range from 0 through 32000 (i.e. 0 thousands of a second through 32 seconds). The value 1000 is equal to 1 second.

Examples

Variables Returned

None

Related Commands

ELAPSETIME, PAUSE, WAIT, WAITFOR, WAITM, WAITUNTIL

Usage

Procedure File: Yes
Command Line: No
Key: No
API: No

Top of page