assign(count:to:)
Adds a Foundation’s Progress instance as a child which constitutes a certain count of self’s totalCount.
Declaration
final func assign(count: Int, to progress: Progress)Parameters
- count:
Number of units delegated from
self’stotalCount. - progress:
Progresswhich receives the delegatedcount.