Instance Method
add(_:)
Adds a notification hook that can receive status updates about jobs
mutating func add(_ hook: some JobEventDelegate)
Parameters
hookA
JobEventDelegateto register.
Instance Method
mutating func add(_ hook: some JobEventDelegate)
hookA JobEventDelegate to register.