CustomProgressDescription

public protocol CustomProgressDescription

Describes the metadata associated with a progress event.

  • Detailed information about progress in current step.

    Declaration

    Swift

    var progressDescription: String { get }
  • currentStep Default implementation

    Describes which is the current step for an event.

    Default Implementation

    Declaration

    Swift

    var currentStep: UInt { get }
  • totalSteps Default implementation

    Describes the number of steps for an event.

    Default Implementation

    Declaration

    Swift

    var totalSteps: UInt { get }