BBjRuntime::isConsoleInteractive
Description
In BBj 13.0 and higher, this method returns whether the console in this BBj session is capable of providing a READY prompt to the user. If this method returns true, if the program executes an ESCAPE or if the program encounters an uncaught error, it will attempt to print the READY prompt, subject to the constraints defined by STBL("!CONEXIT"). If this method returns false, executing an ESCAPE or encountering an uncaught error will cause this BBj session to terminate.
Syntax
Return Value |
Method |
---|---|
boolean |
isConsoleInteractive() |
Parameters
None.
Return Value
Returns whether the user can interact with the console.
Remarks
None.
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.