Loading...
Searching...
No Matches

Controls keeping or deletion of process directory and scratch files. More...

Public Member Functions

int value ()
 Get the int value of this enumerated Keep.
 

Static Public Member Functions

static EKeep lookup (int val)
 Lookup all keeps.
 

Public Attributes

 DeleteProcDir =(0)
 Delete process directory.
 
 KeepProcDir =(1)
 Keep process directory.
 
 UndefinedKeep =(2)
 Undefined Keep.
 

Detailed Description

Controls keeping or deletion of process directory and scratch files.

Member Function Documentation

◆ lookup()

static EKeep com.gams.api.GAMSOptions.EKeep.lookup ( int  val)
static

Lookup all keeps.

Parameters
valan 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

Member Data Documentation

◆ DeleteProcDir

com.gams.api.GAMSOptions.EKeep.DeleteProcDir =(0)

Delete process directory.

◆ KeepProcDir

com.gams.api.GAMSOptions.EKeep.KeepProcDir =(1)

Keep process directory.

◆ UndefinedKeep

com.gams.api.GAMSOptions.EKeep.UndefinedKeep =(2)

Undefined Keep.