Loading...
Searching...
No Matches
Controls keeping or deletion of process directory and scratch files.
More...
|
int | value () |
| Get the int value of this enumerated Keep.
|
|
Controls keeping or deletion of process directory and scratch files.
◆ lookup()
static EKeep com.gams.api.GAMSOptions.EKeep.lookup |
( |
int |
val | ) |
|
|
static |
Lookup all keeps.
- Parameters
-
val | an int value to lookup |
- Returns
- the enumerated Keep that has the specified value, or UndefinedKeep if the specified value is not found.
◆ value()
int com.gams.api.GAMSOptions.EKeep.value |
( |
| ) |
|
Get the int value of this enumerated Keep.
- Returns
- the keep value
◆ DeleteProcDir
com.gams.api.GAMSOptions.EKeep.DeleteProcDir =(0) |
Delete process directory.
◆ KeepProcDir
com.gams.api.GAMSOptions.EKeep.KeepProcDir =(1) |
◆ UndefinedKeep
com.gams.api.GAMSOptions.EKeep.UndefinedKeep =(2) |