Contents

DispatchSourceProcess

A dispatch source that monitors an external process for events.

Declaration

protocol DispatchSourceProcess : DispatchSourceProtocol, Sendable

Overview

You do not adopt this protocol in your objects. Instead, use the makeProcessSource(identifier:eventMask:queue:) method to create an object that adopts this protocol.

Topics

Getting the Process ID

Getting the Event Data

See Also

Creating a Process Source