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

beginActivity(options:reason:)

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

Declaration 宣言

func beginActivity(options: ProcessInfo.ActivityOptions = [], 
            reason: String) -> NSObjectProtocol

Parameters パラメータ

options オプション

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

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 アクティビティ(活動状態)を管理する