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

Parameters

Client contains the object reference (IDispatch) of the client that requested the heartbeat.

Active objects

Application

Return values

evtOKAbort 

Response OK.

evtError 

Response OK.

Suggested usage

This event could be used for supervision applications.

AppPing event