deferInterrupt (EGL system variable)

You can use the consoleLib.deferInterrupt system variable to dictate the behavior of the application when it receives an interrupt (INTR) signal. If the variable is set to YES, the program catches INTR signals and logs them in the consoleLib.interruptRequested variable, which your program must then monitor. On Windows, CONTROL_C is the default logical interrupt key.

If the variable is set to NO (the default), the program ends when it receives the INTR signal.

Type: BOOLEAN


Feedback