Type Alias: JobWaitStateDetails
type JobWaitStateDetails = object;
Properties
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.