Protocol
JobEventDelegate
Represents an object that can receive notifications about job statuses
protocol JobEventDelegate : Sendable
Topics
Instance Methods
didDequeue(jobId:eventLoop:)Called when the job is dequeueddispatched(job:eventLoop:)Called when the job is first dispatchederror(jobId:error:eventLoop:)Called when the job returns an errorsuccess(jobId:eventLoop:)Called when the job succeeds
Relationships
Inherits From
Swift.SendableSwift.SendableMetatype