InterruptGui Namespace Reference
Classes | |
class | Form1 |
This small example demonstrates how to run a GAMS model in a graphical user interface. This has all rudimentary features we know from the GAMS IDE: starting a job, capture the GAMS log in a window, and providing a button to interrupt. The underlying mechanism to interrupt the job is similar to the Interrupt.Interrupt example (GAMSJob.Interrupt), but the trigger mechanism is very different. More... | |
class | InterruptGui |
class | TextBoxBaseWriter |