Please enable JavaScript to view this site.

ESL Documentation

Suspend execution allowing other applications to run.

 

void Suspend ( void )

Include

LOCALAPP.H

Returns

No return value.

Description

This function causes the local application to be suspended until all other running Windows applications, including ESL, have a chance to execute.

It is a good idea to call this function within a loop or large block of code that executes for a relatively long period of time and does not send or read characters to or from ESL.  Otherwise, other Windows applications will not respond to mouse and keyboard input.

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