ProgressData
public struct ProgressData : Equatable
Progress data coming when downloading a log file.
-
Undocumented
Declaration
Swift
public let progress: Float -
Initializes a new
ProgressData.Declaration
Swift
public init(progress: Float)Parameters
progressProgress from 0 to 1
-
Declaration
Swift
public static func == (lhs: ProgressData, rhs: ProgressData) -> Bool
View on GitHub
Install in Dash
ProgressData Structure Reference