BBjAPI::isTerminated

Description

In BBj 25.03 and higher, this method returns a boolean indicating whether the BBj interpreter is terminated or in the process of terminating.

Syntax

Return Value Method
boolean isTerminated()

Parameters

None.

Return Value

Returns true (1) if the BBj interpreter is terminated or in the process of terminating.

Returns false (0) if the interpreter is still running.

See Also

BBjAPI

BBjSysGui

BBjControl

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