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