Contents

ES_EVENT_TYPE_NOTIFY_GET_TASK

An identifier for a process that notifies endpoint security that it is retrieving the task control port for another process.

Declaration

var ES_EVENT_TYPE_NOTIFY_GET_TASK: es_event_type_t { get }

Discussion

This identifier corresponds to the es_events_t union member get_task, which has the type es_event_get_task_t.

Endpoint Security delivers this event when a process obtains a send control right to a task control port. This is a result of calling methods like task_for_pid(_:_:_:) or task_identity_token_get_task_port(_:_:_:).

See Also

Notification Event Types