<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -",
    "watchOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/ProgressManager/summary(of:)-7jb53",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "s:10Foundation15ProgressManagerC7summary2ofSays6UInt64VGs7KeyPathCyAC10PropertiesOxmG_tAC8PropertyRzAH7SummaryRtzAG5ValueRtzlF"
  },
  "title" : "summary(of:)"
}
-->

# summary(of:)

Returns a summary for a custom unsigned integer property across the progress subtree.

```
final func summary<P>(of property: KeyPath<ProgressManager.Properties, P.Type>) -> P.Summary where P : ProgressManager.Property, P.Summary == [UInt64], P.Value == UInt64
```

## Parameters

`property`

The type of the unsigned integer property to summarize. Must be a property
where the value type is `UInt64` and the summary type is `[UInt64]`.

## Return Value

A `[UInt64]` summary value for the specified property.

## Discussion

This method aggregates the values of a custom unsigned integer property from this progress manager
and all its children, returning a consolidated summary value as an array of UInt64 values.

---

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)