+ currentProgress
Returns the progress instance, if any.
進捗インスタンスを返します、もしあれば。
- becomeCurrentWithPendingUnitCount:
Sets the progress object as the current object of the current thread, and assigns the amount of work for the next suboperation progress object to perform.
進捗オブジェクトを現在のスレッドの現在のオブジェクトとして設定します、そして次の下位演算進捗オブジェクトに対する仕事の量を実行に割り当てます。
- addChild:withPendingUnitCount:
Adds a process object as a suboperation of a progress tree.
あるプロセスオブジェクトを進捗ツリーの下位演算として加えます。
- performAsCurrentWithPendingUnitCount:usingBlock:
Retrieves the current thread’s progress object, executes the specified block, and increments the progress object by the specified units of work.
現在のスレッドのもつ進捗オブジェクトを取って来ます、指定されたプロックを遂行します、そして進捗オブジェクトをその指定された仕事の単位だけ漸増します。