Skip to content

Instance Method

didDequeue(jobId:)

Called when the job is dequeued
func didDequeue(jobId: String) async throws

Parameters

jobId

The id of the Job

Default Implementations

AsyncJobEventDelegate Implementations