stopBDLServer()

Stops the BDL server if it was started by the scenario.

Syntax

stopBDLServer()

A call to the method informs the BDL server to stop executing.

Usage

This method should be called to stop the BDL server if the scenario started it. If the BDL server was already running, it does not stop the server.

For example:

CALL ggc.stopBDLServer()