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