Matlab.GAMS.ExecMode Enum Reference
Limits on external programs that are allowed to be executed. More...
Public Member Functions | |
integer | value () |
Returns alternative value of enum option. More... | |
Static Public Member Functions | |
static ExecMode | lookup (integer value) |
Find enum option from alternative value. More... | |
Public Attributes | |
CallAndExecuteProhibited =(2) | |
Embedded Code and all $call and execute commands are prohibited. | |
EchoAndPutOnlyToWorkdir =(3) | |
$echo or put commands can only write to directories in or below the working or scratchdir | |
EchoAndPutProhibited =(4) | |
$echo and put commands are not allowed | |
EverythingAllowed =(0) | |
Everything allowed. | |
InteractiveShellsProhibited =(1) | |
Interactive shells in $call and execute commands are prohibited. | |
UndefinedExecMode =(5) | |
Undefined option. | |
Detailed Description
Limits on external programs that are allowed to be executed.
- See also
- GAMSOptions
Member Function Documentation
◆ lookup()
|
static |
Find enum option from alternative value.
Arguments:
- value: Alternative value
Return: enum option
◆ value()
integer Matlab.GAMS.ExecMode.value | ( | ) |
Returns alternative value of enum option.
Return: Alternative value of enum option