fileCompletedCount
The number of completed files for a file progress object.
Declaration
var fileCompletedCount: Int? { get set }Discussion
If the current progress is operating on a set of files, set this property to the number of completed files in the operation.
If present, Progress presents additional information in its localized description by setting a value in the userInfo dictionary.