Contents

isFinished

A Boolean value that indicates the progress object is complete.

Declaration

var isFinished: Bool { get }

Discussion

A progress object finishes when the completedUnitCount equals or exceeds the totalUnitCount.

By default, Progress is KVO-compliant for this property. It sends notifications on the same thread that updates the property.

See Also

Observing Progress