Instance Method インスタンスメソッド

addChild:withPendingUnitCount:

Adds a process object as a suboperation of a progress tree. あるプロセスオブジェクトを進捗ツリーの下位演算として加えます。

Declaration 宣言

- (void)addChild:(NSProgress *)child 
withPendingUnitCount:(int64_t)inUnitCount;

Parameters パラメータ

child

The progress instance to add to the progress tree.

inUnitCount

The number of units of work for the new suboperation to complete.

Discussion 議論

You assign the suboperation a portion of the receiver’s total unit count according to inUnitCount. For more information, see Reporting Progress for Multiple Operations.

See Also 参照

Accessing the Current Progress Object 現在の進捗オブジェクトにアクセスする