subprogress(assigningCount:)
Returns a Subprogress which can be passed to any method that reports progress It can be then used to create a child ProgressManager reporting to this Progress
Declaration
func subprogress(assigningCount count: Int) -> SubprogressParameters
- count:
Number of units delegated to a child instance of
ProgressManagerwhich may be instantiated bySubprogresslater whenreporter(totalCount:)is called.
Return Value
A Subprogress instance.
Discussion
Delegates a portion of totalUnitCount to a future child ProgressManager instance.