Finalizing an Application

The jomFinalizeApplication call, shown in the following example, finalizes the application by calling the close request method of the application (for example, a finalize event method), including those from any imported packages.

int jomFinalizeApplication(const DskHandle   *pHandle,
                           bool               callFinalize,
                           UInt32             lineNo)

The parameters for this call are described in the following subsections.