Progress

public struct Progress

Progress of a replicator. If total is zero, the progress is indeterminate; otherwise, dividing the two will produce a fraction that can be used to draw a progress bar.

  • The total number of changes to be processed.

    Declaration

    Swift

    public let completed: UInt64
  • The total number of changes to be processed.

    Declaration

    Swift

    public let total: UInt64