<!--
{
  "availability" : [
    "macOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreFoundation",
  "identifier" : "/documentation/CoreFoundation/kCFUserNotificationProgressIndicatorValueKey",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Core Foundation"
    ],
    "preciseIdentifier" : "c:@kCFUserNotificationProgressIndicatorValueKey"
  },
  "title" : "kCFUserNotificationProgressIndicatorValueKey"
}
-->

# kCFUserNotificationProgressIndicatorValueKey

A value to indicate the progress of an operation.

```
let kCFUserNotificationProgressIndicatorValueKey: CFString!
```

## Discussion

The value is a number between `0` and `1`, for a “definite” progress indicator, or a Boolean for an “indefinite” progress indicator.

---

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)