Contents

es_unmute_process(_:_:)

Restores event delivery from a previously-muted process.

Declaration

func es_unmute_process(_ client: OpaquePointer, _ audit_token: UnsafePointer<audit_token_t>) -> es_return_t

Parameters

  • client:

    A previously-muted client. If the call succeeds, this client begins to receive events from the process indicated by audit_token.

  • audit_token:

    The audit token indicating the process to unmute.

Return Value

A value that indicates whether the unmute request succeeded or failed with an error.

Discussion

To unmute a subset of events from a process, use es_unmute_process_events(_:_:_:_:).

See Also

Unmuting Events