Loading...
Searching...
No Matches
com.gams.api.GAMSOptions.ECheckErrorLevel Enum Reference

Check errorLevel automatically after executing external program. More...

Public Member Functions

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

Static Public Member Functions

static ECheckErrorLevel lookup (int val)
 Lookup all checkErrorLevels.
 

Public Attributes

 Off =(0)
 Do not check errorLevel automatically after execution of external program.
 
 On =(1)
 Check errorLevel automatically after execution of external program.
 
 UndefinedCheckErrorLevel =(2)
 Undefined CheckErrorLevel.
 

Detailed Description

Check errorLevel automatically after executing external program.

Member Function Documentation

◆ lookup()

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

Lookup all checkErrorLevels.

Parameters
valan int value to lookup
Returns
the enumerated CheckErrorLevel that has the specified value, or UndefinedCheckErrorLevel if the specified value is not found.

◆ value()

int com.gams.api.GAMSOptions.ECheckErrorLevel.value ( )

Get the int value of this enumerated CheckErrorLevel.

Returns
the checkErrorLevel value

Member Data Documentation

◆ Off

com.gams.api.GAMSOptions.ECheckErrorLevel.Off =(0)

Do not check errorLevel automatically after execution of external program.

◆ On

com.gams.api.GAMSOptions.ECheckErrorLevel.On =(1)

Check errorLevel automatically after execution of external program.

◆ UndefinedCheckErrorLevel

com.gams.api.GAMSOptions.ECheckErrorLevel.UndefinedCheckErrorLevel =(2)

Undefined CheckErrorLevel.