Structure
JobEventData
Data on a job sent via a notification
struct JobEventData
Topics
Initializers
init(id: String, queueName: String, jobData: JobData)Creates a newJobStorageholding object
Instance Properties
var delayUntil: Date?A date to execute this job aftervar id: StringThe id of the job, assigned at dispatchvar jobName: StringThe name of theJobvar maxRetryCount: IntThe maxRetryCount for theJob.var payload: [UInt8]The job data to be encoded.var queueName: StringThe name of the queue (i.e.default)var queuedAt: DateThe date this job was queued
Relationships
Conforms To
Swift.SendableSwift.SendableMetatype