BBjAppServer::getEndAction

Description

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

Syntax

Return Value

Method

BBjBuiCloseAction

getEndAction()

Parameters

None.

Return Values

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

Remarks

None.

Example

rem 'BBjAppServer::getEndAction

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

See Also

BBjAPI

BBjAppConfig

BBjAppServer

BBjAppServer::setEndAction

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