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 indirect enum DiGaState : Hashable, Equatable, Codable, Sendable
-
Declaration
Swift
public func with( diGaState: DiGaState? = nil, isRead: Bool? = nil, refreshDate: Date? = nil, taskId: String? = nil ) -> DiGaInfo