Matlab.GAMS.Keep Enum Reference
Controls keeping or deletion of process directory and scratch files. More...
Public Member Functions | |
integer | value () |
Returns alternative value of enum option. | |
Static Public Member Functions | |
static Keep | lookup (integer value) |
Find enum option from alternative value. | |
Public Attributes | |
DeleteProcDir =(0) | |
Delete process directory. | |
KeepProcDir =(1) | |
Keep process directory. | |
UndefinedKeep =(2) | |
Undefined option. | |
Detailed Description
Controls keeping or deletion of process directory and scratch files.
- 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.Keep.value | ( | ) |
Returns alternative value of enum option.
Return: Alternative value of enum option