BackgroundJobActiveEvent
The background job active events are published as the jobs are waiting to be processed.
type BackgroundJobActiveEvent {
status: BackgroundJobStatus!
}
Fields
BackgroundJobActiveEvent.status
● BackgroundJobStatus!
non-null enum
Implemented By
BackgroundJobEvent
union