For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Type Alias: JobWaitStateDetails

type JobWaitStateDetails = BaseWaitStateDetails & object;

Type Declaration

jobKey

jobKey: JobKey;

The key of the job.

jobKind

jobKind: JobKindEnum;

The kind of job.

jobType

jobType: string;

The job type (worker subscription identifier).

listenerEventType

listenerEventType: JobListenerEventTypeEnum | null;

The listener event type of the job (only set for execution listener and task listener jobs).

retries

retries: number | null;

The number of retries remaining for the job.

waitStateType

waitStateType: string;

The wait state type discriminator.