getHealth Method

When a connected Manager requests the health status of the application, this method returns true if the application is up and operating normally. For more information about determining the health of an application, see Supporting Communication from Managers: Handling Health Status Requests.

Syntax
boolean getHealth();
Parameters
None.
Example
PCHcallable PCHLibrary = new defaultCallable();
...
boolean healthy = PCHLibrary.getHealth();
...
See Also
PCHcallable Interface