Contents

ES_EVENT_TYPE_NOTIFY_FORK

An identifier for a process that notifies endpoint security that it is forking another process.

Declaration

var ES_EVENT_TYPE_NOTIFY_FORK: es_event_type_t { get }

Discussion

This identifier corresponds to the es_events_t union member fork, which has the type es_event_fork_t.

See Also

Notification Event Types