Interrupt.cs
31 nonInteractive = String.Equals(Environment.GetCommandLineArgs()[1], "-nonInteractive", StringComparison.OrdinalIgnoreCase);
37 nonInteractive = String.Equals(Environment.GetCommandLineArgs()[1], "-nonInteractive", StringComparison.OrdinalIgnoreCase);
41 nonInteractive = String.Equals(Environment.GetCommandLineArgs()[2], "-nonInteractive", StringComparison.OrdinalIgnoreCase);
65 Console.CancelKeyPress += delegate(object sender, ConsoleCancelEventArgs a) { job.Interrupt(); a.Cancel = true; };
bool Interrupt()
void Run(GAMSOptions gamsOptions=null, GAMSCheckpoint checkpoint=null, TextWriter output=null, Boolean createOutDB=true)
GAMSJob AddJobFromGamsLib(string model, GAMSCheckpoint checkpoint=null, string jobName=null)
GAMSOptions AddOptions(GAMSOptions optFrom=null)
Definition: Interrupt.cs:6