WaitOptions
public struct WaitOptions : Codable, Equatable
WaitOptions
struct represent the options used during a waitForPendingUpdate call.
-
Maximum time in seconds before timeOut
Declaration
Swift
public let timeOut: Double
-
Interval in seconds between each status call
Declaration
Swift
public let interval: TimeInterval
-
Undocumented
Declaration
Swift
public init( timeOut: Double? = 5, interval: TimeInterval? = 0.5 )