We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2467de9 commit be96183Copy full SHA for be96183
Sources/FoundationEssentials/ProgressManager/ProgressReporter.swift
@@ -116,6 +116,10 @@ import Observation
116
public func summary(of property: ProgressManager.Properties.EstimatedTimeRemaining.Type) -> Duration {
117
manager.summary(of: property)
118
}
119
+
120
+ public func summary(of property: ProgressManager.Properties.FileURL.Type) -> [URL] {
121
+ manager.summary(of: property)
122
+ }
123
124
internal let manager: ProgressManager
125
0 commit comments