BackgroundJobEvent
No description
union BackgroundJobEvent = BackgroundJobActiveEvent | BackgroundJobCompletedEvent | BackgroundJobErrorEvent | BackgroundJobProgressEvent
Possible types
BackgroundJobEvent.BackgroundJobActiveEvent
object
The background job active events are published as the jobs are waiting to be processed.
BackgroundJobEvent.BackgroundJobCompletedEvent
object
The background job completed events are published as they are processed successfully
BackgroundJobEvent.BackgroundJobErrorEvent
object
The background job error events are published as they encounter errors in retrying or failed status
BackgroundJobEvent.BackgroundJobProgressEvent
object
The background job progress events are published as it progress from being queued to completed or failed.
Member Of
BackgroundJobEventData
object