init(totalCount:)
Initializes self with totalCount.
Declaration
convenience init(totalCount: Int?)Parameters
- totalCount:
Total units of work.
Discussion
If totalCount is set to nil, self is indeterminate.
Initializes self with totalCount.
convenience init(totalCount: Int?)Total units of work.
If totalCount is set to nil, self is indeterminate.