Please enable JavaScript to view this site.

ESL Documentation

Suspend execution for a specified period of time.

 

void EslSleep ( unsigned long interval        )

interval

An unsigned long integer value representing a period of time in milliseconds.

Include

LOCALAPP.H

Returns

No return value.

Description

This function causes the local application to be suspended for a period of interval milliseconds.

During this time, other Windows applications, including ESL, can respond to mouse and keyboard input.

Calling Suspend( ) is equivalent to calling EslSleep( ) with a zero argument value.