Skip to main content

BackgroundJobProgressEvent

The background job progress events are published as it progress from being queued to completed or failed.

type BackgroundJobProgressEvent {
progress: PositiveInt!
status: BackgroundJobStatus!
}

Fields

BackgroundJobProgressEvent.progress ● PositiveInt! non-null scalar

When the status property value is PROGRESS, this property contains the progress number.

BackgroundJobProgressEvent.status ● BackgroundJobStatus! non-null enum

Implemented By

BackgroundJobEvent union