Main sections
AUTOPAUSE
AUTOPAUSE mode#
Toggles auto-pause mode on (TRUE) or off (FALSE). Auto pause is responsible for making the program sleep if it looses the focus. Ensure this is off when compiling for network servers.
If the application will be paused, the framework will call the SUB "GLB_ON_PAUSE". If the application will gain focus again, the SUB "GLB_ON_RESUME" is called.
Example:
...
AUTOPAUSE TRUE
...