BBjAppServer::isRunning

Description

In BBj 12.0 and higher, this method returns a boolean indicating whether the BBjAppServer is currently running.

Syntax

Return Value

Method

boolean

isRunning()

Parameters

None.

Return Value

Returns a boolean indicating whether the BBjAppServer is running.

Remarks

None.

Example

rem ' BBjAppServer::isRunning

admin! = bbjapi().getAdmin("admin","admin123")
appServer! = admin!.getWebAppServer()
print "BBjAppServer.isRunning? ",
print appServer!.isRunning()

See Also

BBjAPI

BBjAppServer

BBjAppServer::start

BBjAppServer::stop

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