Skip to main content

BackgroundJobStatus

No description

enum BackgroundJobStatus {
active
completed
failed
progress
retrying
}

Values

BackgroundJobStatus.active

The background job has been added to the queue.

BackgroundJobStatus.completed

The background job has been completed.

BackgroundJobStatus.failed

The background job has failed.

BackgroundJobStatus.progress

The background job is in progress.

BackgroundJobStatus.retrying

The background job has encountered an error and is going to be retried

Member Of

BackgroundJobActiveEvent object ● BackgroundJobCompletedEvent object ● BackgroundJobErrorEvent object ● BackgroundJobEventWhere input ● BackgroundJobProgressEvent object