<!--
{
  "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/CLSProgressReportingCapability/Kind-swift.enum/percent",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "ClassKit"
    ],
    "preciseIdentifier" : "c:@E@CLSProgressReportingCapabilityKind@CLSProgressReportingCapabilityKindPercent"
  },
  "title" : "CLSProgressReportingCapability.Kind.percent"
}
-->

# CLSProgressReportingCapability.Kind.percent

The percentage of the total task that has been completed.

```
case percent
```

## Discussion

Add this capability to indicate that a context reports a task’s percentage completion on a periodic basis by setting the associated activity’s [`progress`](/documentation/ClassKit/CLSActivity/progress) property, or by calling the activity’s [`addProgressRange(fromStart:toEnd:)`](/documentation/ClassKit/CLSActivity/addProgressRange(fromStart:toEnd:)) method.

---

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)