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

resignCurrent

Restores the previous progress object to become the current progress object on the thread. 前の進捗オブジェクトを復元して、スレッド上の現在の進捗オブジェクトになるようにします。

Declaration 宣言

- (void)resignCurrent;

Discussion 議論

This method restores the current progress object to what it was before invoking becomeCurrentWithPendingUnitCount:.

Use this method after building your tree of progress objects, as Reporting Progress for Multiple Operations describes.

See Also 参照

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