interrupt.py File Reference
Ctrl-C in a regular console application results in the interrupt of the entire job. More...
Go to the source code of this file.
Detailed Description
Ctrl-C in a regular console application results in the interrupt of the entire job.
GAMS users are used to the fact that Ctrl-C interrupts a solve but then continues with the execution of the remaining GAMS job. The example demonstrates how to alter some console properties to get this behavior of Ctrl-C.
Definition in file interrupt.py.