Protocol
AsyncJobEventDelegate
Represents an object that can receive notifications about job statuses
protocol AsyncJobEventDelegate : JobEventDelegate
Topics
Instance Methods
func didDequeue(jobId: String) async throwsCalled when the job is dequeuedfunc dispatched(job: JobEventData) async throwsCalled when the job is first dispatchedfunc error(jobId: String, error: any Error) async throwsCalled when the job returns an errorfunc success(jobId: String) async throwsCalled when the job succeeds
Relationships
Inherits From
JobEventDelegateSwift.SendableSwift.SendableMetatype