AppHeartBeat event
This event occurs when an external automation object has requested "heartbeat" events by calling Application.SetHeartBeat().
Syntax
Public Function AppHeartBeat(Client As Object) As Long
Client contains the object reference (IDispatch) of the client that requested the heartbeat.
|
evtOKAbort |
Response OK. |
|
evtError |
Response OK. |
This event could be used for supervision applications.
Related topic