CacheStatus
public enum CacheStatus : IntIndicates the status of the Cache.
Remark
- CacheStatus.uninitialised: means that previously persisted tasks are not yet available.
- CacheStatus.initialised: means that previously persisted tasks are available in the tasks property.
- 
                  
                  The raw value of type String. DeclarationSwift public var _rawValue: String { get set }
