Contents

Subprogress

Subprogress is used to establish parent-child relationship between two instances of ProgressManager.

Declaration

struct Subprogress

Overview

Subprogress is returned from a call to subprogress(assigningCount:) by a parent ProgressManager. A child ProgressManager is then returned by calling start(totalCount:) on a Subprogress.

Topics

Instance Methods