AppPing event
This event is fired when an external automation object calls the Application.Ping() function.
Syntax
Public Function AppPing(Client As Object) As Long
Client contains the object reference (IDispatch) of the client that is pinging.
evtOK |
Response OK. |
evtOKAbort |
Response OK. |
evtError |
Response OK. |
This event could be used for supervision applications.
Related topic