DiGaInfo

public struct DiGaInfo : Hashable, Codable, Sendable
  • state of DiGa progress

    Declaration

    Swift

    public var diGaState: DiGaState
  • Indicates if the bfarmDiGaDetails has been opened by the user

    Declaration

    Swift

    public var isRead: Bool
  • Date of when the task got last refreshed

    Declaration

    Swift

    public var refreshDate: Date?
  • taskId of related erxTask

    Declaration

    Swift

    public var taskId: String
  • Declaration

    Swift

    public init(
        diGaState: DiGaState,
        isRead: Bool = false,
        refreshDate: Date? = nil,
        taskId: String? = nil
    )
  • Declaration

    Swift

    public enum DiGaState : CaseIterable, Equatable, Codable, Sendable