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

Monitor the memory used by the GAMS process tree. More...

Public Member Functions

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

Static Public Member Functions

static EProcTreeMemMonitor lookup (int val)
 Lookup all procTreeMemMonitors.
 

Public Attributes

 Off =(0)
 Do not monitor memory usage for the GAMS process tree.
 
 On =(1)
 Start a thread to monitor memory usage for the GAMS process tree.
 
 UndefinedProcTreeMemMonitor =(2)
 Undefined ProcTreeMemMonitor.
 

Detailed Description

Monitor the memory used by the GAMS process tree.

Member Function Documentation

◆ lookup()

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

Lookup all procTreeMemMonitors.

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

◆ value()

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

Get the int value of this enumerated ProcTreeMemMonitor.

Returns
the procTreeMemMonitor value

Member Data Documentation

◆ Off

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

Do not monitor memory usage for the GAMS process tree.

◆ On

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

Start a thread to monitor memory usage for the GAMS process tree.

◆ UndefinedProcTreeMemMonitor

com.gams.api.GAMSOptions.EProcTreeMemMonitor.UndefinedProcTreeMemMonitor =(2)

Undefined ProcTreeMemMonitor.