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

beginActivityWithOptions:reason:

Begin an activity using the given options and reason. あるアクティビティをこの与えられたオプションと理由を使って開始します。

Declaration 宣言

- (id<NSObject>)beginActivityWithOptions:(NSActivityOptions)options 
                                  reason:(NSString *)reason;

Parameters パラメータ

options オプション

Options for the activity. See NSActivityOptions for possible values. アクティビティに対するオプション。可能な値のためにNSActivityOptionsを見てください。

reason

A string used in debugging to indicate the reason the activity began. デバッグにおいて使われてアクティビティを開始した理由を指し示す文字列。

Return Value 戻り値

An object token representing the activity. アクティビティを表しているオブジェクトトークン。

Discussion 議論

Indicate completion of the activity by calling endActivity: passing the returned object as the argument. アクティビティの完了をendActivity:を呼び出してこの返されるオブジェクトを引数として渡すことによって指し示してください。

See Also 参照

Managing Activities アクティビティ(活動状態)を管理する