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
ProgressReporterinstance. - count:
Number of units delegated from
self’stotalCount.