getHealth Member Function

When a connected Manager requests the health status of the application, this member function will be called and should return 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
bool getHealth(void);
Parameters
None.
Example
PCHcallable PCHLibrary;
...
bool healthy = PCHLibrary.getHealth();
...
See Also
PCHcallable Class