Contents

event

The event that triggered this message.

Declaration

var event: es_events_t

Discussion

Use the event_type property to determine which member of this es_events_t union is available. For example, if the type is ES_EVENT_TYPE_NOTIFY_FORK, use the fork member.

See Also

Identifying the Matched Event