BBjInterpreter::release

Description

In BBj 25.03 and higher exits the BBjInterpreter. When no exit value is specified, the interpreter exits with a status of 0. This method behaves like the BBj RELEASE verb with no arguments. A BBjException is thrown if the interpreter cannot be released.

Syntax

Return Value Method

void

release()

release(int exitValue)

Parameters

Variable Description
exitValue Optional exit status value returned when the interpreter exits.

Return Value

None.

See Also

BBjAPI

BBj Object Creation and Assignment

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.