BBjInterpreter::release

Description

Exits the BBjInterpreter. When no exit value is specified, the interpreter exits with a status of zero. 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 p_exitValue)

Parameters

Variable Description
p_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.