Instance Property
インスタンスプロパティ
fileCompletedCount
The number of completed files for a file progress object.
あるファイル進捗オブジェクトに対する完了したファイルの数。
Declaration
宣言
@property(copy) NSNumber
*fileCompletedCount;
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, NSProgress
presents additional information in its localized description by setting a value in the userInfo
dictionary.
See Also
参照
Inspecting File Operation Progress Information
ファイル演算進捗情報を調査する
fileOperationKind
The kind of file operation for the progress object.
進捗オブジェクトに対するファイル演算の種類。
fileURL
A URL that represents the file for the current progress object.
あるURL、それは現在の進捗オブジェクトに対するファイルを表します。
fileTotalCount
The total number of files for a file progress object.
あるファイル進捗オブジェクトに対するファイルの総数。