Progress
public struct Progress : CustomStringConvertible
Undocumented
-
Undocumented
Declaration
Swift
public let header: AnyProgressContent
-
Undocumented
Declaration
Swift
public let indicator: AnyProgressContent
-
Undocumented
Declaration
Swift
public let footer: AnyProgressContent
-
Undocumented
Declaration
Swift
public let animation: ProgressAnimation?
-
Declaration
Swift
public var description: String { get }
-
Undocumented
Declaration
Swift
public init< Header: ProgressHeader, Indicator: ProgressIndicator, Footer: ProgressFooter >( header: Header, indicator: Indicator, footer: Footer, animation: ProgressAnimation? = .default )
-
Undocumented
Declaration
Swift
public static func activity( _ indicator: ProgressActivityIndicator, animation: ProgressAnimation? = .default ) -> Self
-
Undocumented
Declaration
Swift
public static func activity( _ indicator: ProgressActivityIndicator, message: ProgressMessageFooter, animation: ProgressAnimation? = .default ) -> Self
-
Undocumented
Declaration
Swift
public static func failure( _ indicator: ProgressFailureIndicator, animation: ProgressAnimation? = .default ) -> Self
-
Undocumented
Declaration
Swift
public static func failure( _ indicator: ProgressFailureIndicator, message: ProgressMessageFooter, animation: ProgressAnimation? = .default ) -> Self
-
Undocumented
Declaration
Swift
public static func image( _ indicator: ProgressImageIndicator, animation: ProgressAnimation? = .default ) -> Self
-
Undocumented
Declaration
Swift
public static func image( _ indicator: ProgressImageIndicator, message: ProgressMessageFooter, animation: ProgressAnimation? = .default ) -> Self
-
Undocumented
Declaration
Swift
public static func percentage( _ indicator: ProgressPercentageIndicator, animation: ProgressAnimation? = .default ) -> Self
-
Undocumented
Declaration
Swift
public static func percentage( _ indicator: ProgressPercentageIndicator, message: ProgressMessageFooter, animation: ProgressAnimation? = .default ) -> Self
-
Undocumented
Declaration
Swift
public static func spinner( _ indicator: ProgressSpinnerIndicator, animation: ProgressAnimation? = .default ) -> Self
-
Undocumented
Declaration
Swift
public static func spinner( _ indicator: ProgressSpinnerIndicator, message: ProgressMessageFooter, animation: ProgressAnimation? = .default ) -> Self
-
Undocumented
Declaration
Swift
public static func success( _ indicator: ProgressSuccessIndicator, animation: ProgressAnimation? = .default ) -> Self
-
Undocumented
Declaration
Swift
public static func success( _ indicator: ProgressSuccessIndicator, message: ProgressMessageFooter, animation: ProgressAnimation? = .default ) -> Self
-
Undocumented
Declaration
Swift
public static func indicator<Indicator: ProgressIndicator>( _ indicator: Indicator, animation: ProgressAnimation? = .default ) -> Self
-
Undocumented
Declaration
Swift
public static func indicator<Indicator: ProgressIndicator>( _ indicator: Indicator, message: ProgressMessageFooter, animation: ProgressAnimation? = .default ) -> Self