BackgroundJobCompletedEvent
The background job completed events are published as they are processed successfully
type BackgroundJobCompletedEvent {
result: JSONObject!
status: BackgroundJobStatus!
}
Fields
BackgroundJobCompletedEvent.result
● JSONObject!
non-null scalar
When the status property value is COMPLETED, this property contains the result of the background job.
BackgroundJobCompletedEvent.status
● BackgroundJobStatus!
non-null enum
Implemented By
BackgroundJobEvent
union