Contents

resetProgressReportingCapabilities()

Resets the set of capabilities for the context.

Declaration

func resetProgressReportingCapabilities()

Discussion

Use this method to remove all the capabilities that you previously added with the addProgressReportingCapabilities(_:) method. After calling the reset method, the context reverts to having only the default CLSProgressReportingCapability.Kind.duration capability that it had after initialization.

See Also

Indicating progress reporting capabilities