<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ClassKit",
  "identifier" : "/documentation/ClassKit/CLSContext/resetProgressReportingCapabilities()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "ClassKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CLSContext(im)resetProgressReportingCapabilities"
  },
  "title" : "resetProgressReportingCapabilities()"
}
-->

# resetProgressReportingCapabilities()

Resets the set of capabilities for the context.

```
func resetProgressReportingCapabilities()
```

## Discussion

Use this method to remove all the capabilities that you previously added with the [`addProgressReportingCapabilities(_:)`](/documentation/ClassKit/CLSContext/addProgressReportingCapabilities(_:)) method. After calling the reset method, the context reverts to having only the default [`CLSProgressReportingCapability.Kind.duration`](/documentation/ClassKit/CLSProgressReportingCapability/Kind-swift.enum/duration) capability that it had after initialization.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)