resignCurrent()
Restores the previous progress object to become the current progress object on the thread.
Declaration
func resignCurrent()Discussion
This method restores the current progress object to what it was before invoking becomeCurrent(withPendingUnitCount:).
Use this method after building your tree of progress objects, as Reporting Progress for Multiple Operations describes.