BBjAppServer::getDisallowConsole
Description
In BBj 19.10 and higher, this method returns a boolean indicating whether BUI apps are set to disallow console access.
Syntax
Return Value |
Method |
---|---|
boolean |
getDisallowConsole() |
Parameters
None.
Return Value
Returns a boolean indicating whether BUI apps are set to disallow console access.
Remarks
Disallowing console access is recommended for end-user production applications.
Example
|
See Also
BBjAppServer::setDisallowConsole
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.