JobInfo

public struct JobInfo

Info related to a single job. Those information may be serialized and persisted In order to re-create the job in the future.

  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws