Contents

addChild(_:withPendingUnitCount:)

Adds a ProgressReporter as a child to a Progress, which constitutes a portion of Progress’s totalUnitCount.

Declaration

func addChild(_ reporter: ProgressReporter, withPendingUnitCount count: Int)

Parameters

  • reporter:

    A ProgressReporter instance.

  • count:

    Number of units delegated from self’s totalCount.