Contents

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’s totalCount.

  • progress:

    Progress which receives the delegated count.