Structure
JobEventData
Data on a job sent via a notification
struct JobEventData
Topics
Initializers
init(id:queueName:jobData:)Creates a newJobStorageholding object
Instance Properties
delayUntilA date to execute this job afteridThe id of the job, assigned at dispatchjobNameThe name of theJobmaxRetryCountThe maxRetryCount for theJob.payloadThe job data to be encoded.queueNameThe name of the queue (i.e.default)queuedAtThe date this job was queued
Relationships
Conforms To
Swift.SendableSwift.SendableMetatype