isEvConnOpen()
Returns the status of the connection to the Event Manager.
Synopsis
bool isEvConnOpen();
Parameters
| Parameter | Description | 
|---|---|
| none | - | 
Return value
"true" in case of an existing connection, otherwise "false".
Error
Description
The function isEvConnOpen() is used to query whether the manager in question (Control, UI) is connected to the Event Manager or not.
                 Example
                Example
            
main()
{
  DebugN(isEvConnOpen());
}Assignment
Miscellaneous functions
Availability
CTRL
