Structure
JobData
Holds information about the Job that is to be encoded to the persistence store.
struct JobData
Topics
Initializers
init(from:)Creates a new instance by decoding from the given decoder.init(payload:maxRetryCount:jobName:delayUntil:queuedAt:attempts:)Creates a newJobStorageholding object
Instance Properties
attemptsThe number of attempts made to run theJob.delayUntilA date to execute this job afterjobNameThe name of theJobmaxRetryCountThe maxRetryCount for theJob.payloadThe job data to be encoded.queuedAtThe date this job was queued
Relationships
Conforms To
Swift.DecodableSwift.EncodableSwift.SendableSwift.SendableMetatype