Loading...
Searching...
No Matches
gams.control.options.ExecMode Class Reference

Limits on external programs that are allowed to be executed. More...

Static Public Attributes

int EverythingAllowed = 0
 Everything allowed.
 
int InteractiveShellsProhibited = 1
 Interactive shells in $call and execute commands are prohibited.
 
int CallAndExecuteProhibited = 2
 Embedded Code and all $call and execute commands are prohibited.
 
int EchoAndPutOnlyToWorkdir = 3
 $echo or put commands can only write to directories in or below the working or scratchdir
 
int EchoAndPutProhibited = 4
 $echo and put commands are not allowed
 

Detailed Description

Limits on external programs that are allowed to be executed.