BBjAppServer::getErrAction

Description

In BBj 14.0 and higher, this method is the action that will occur on abnormal application termination.

Syntax

Return Value

Method

BBjBuiCloseAction

getErrAction()

Parameters

None.

Return Values

Returns a BBjBuiCloseAction object that defines the abnormal application termination action.

Remarks

None.

Example

rem 'BBjAppServer::getErrAction

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

See Also

BBjAPI

BBjAppConfig

BBjAppServer

BBjAppServer::setErrAction

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