Skip to content

Instance Method

dispatched(job:)

Called when the job is first dispatched
func dispatched(job: JobEventData) async throws

Parameters

job

The JobData associated with the job

Default Implementations

AsyncJobEventDelegate Implementations