%PAUSE

%PAUSE


%OPEN Index Level %PCLOSE
Syntax (void)%PAUSE()
Category BASIC
Type C Function
Description suspends the calling process until it receives a signal.

<BREAK>, <ESCAPE>, a logoff, a signal or a message sent by another process causes the process to resume execution. In case of a logoff, control is not returned to the FlashBASIC program. This is equivalent to an infinite sleep. Only "SIGUSR2" should be used to wake up a process waiting in "%pause".
Options
See Also c function CFUNCTION
Example
Warnings
Compatibility D3/Unix
%OPEN Index Level %PCLOSE