UpdateStatus
struct UpdateStatus
Status of a timestamp
-
Is it currently valid?
Declaration
Swift
let isCurrent: Bool -
Wait until it should be valid
Declaration
Swift
let wait: Int -
Constructor with wait
Declaration
Swift
init(wait: Int) -
Has wait expired?
Declaration
Swift
var isPending: Bool { get } -
Has wait not expired?
Declaration
Swift
var isWaiting: Bool { get }
View on GitHub
UpdateStatus Structure Reference