isAppRunning

isAppRunning(schemaName: String;
             appName:    String): Boolean;

The isAppRunning method of the Application class returns true if the application specified by the schemaName and appName parameters is running on the presentation client or standard (fat) client within the same copy of jade.exe and returns false if the specified application is not running in the same copy of jade.exe.

In thin client mode, this is ApplicationType_GUI or ApplicationType_GUI_No_Forms. On standard clients, the application is ApplicationType_GUI, ApplicationType_GUI_No_Forms, ApplicationType_Non_GUI, ApplicationType_Non_GUI_Rest, ApplicationType_Non_GUI_Web, ApplicationType_Rest_Services, ApplicationType_AGL_NoState_G, or ApplicationType_AGL_NoState_N.

See also the Application class startApplication and startApplicationWithParameter methods.