endApplication

This method ends a running application. This operation is implemented in the concrete adapter for the target operating system.

Visibility

Public

Signature
static void endApplication(int errorCode);
Parameters
errorCode

The error code to be passed to the operating system, if required


Feedback