Set the Javascript garbage collector mode. This flag enables or disables the Javascript garbage collector. The default value is true which means that the GC must run.

Namespace: ILOG.OPL
Assembly: oplall (in oplall.dll)

Syntax

C#
public void setGC(
	bool value
)

Parameters

value
Type: System..::..Boolean
The new value.

See Also