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

rem ' BBjAppServer::getDisallowConsole

admin! = bbjapi().getAdmin("admin","admin123")
appServer! = admin!.getWebAppServer()
print "BBjAppServer getDisallowConsole: ",
print appServer!.getDisallowConsole()

See Also

BBjAPI

BBjAppServer

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