The Console UI library variable ConsoleLib.deferInterrupt identifies the behavior of the application when it receives the INTERRUPT signal. If the results are true, the program catches INTR signals and logs them in the interruptRequested variable, which the program is then responsible to monitor. On Windows®, the signal is simulated when the logical INTERRUPT key is pressed, which is CONTROL_C by default. If the results are false, the program ends when the interrupt key is pressed.
Type: Boolean
Related reference
EGL library ConsoleLib