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

invalidate()

Invalidates an activity and marks it as no longer eligible for continuation. アクティビティを無効化して、それをもはや継続するのに適格でないと印します。

Declaration 宣言

func invalidate()

Discussion 議論

Call this method when the user stops engaging in the associated activity and that activity is no longer available. For example, you might call this method when the user closes the window associated with the activity. After calling this method on a user activity object, calling the becomeCurrent() method on that object has no effect. 関連するアクティビティにおいてユーザが関与を止めるそしてそのアクティビティがもはや利用可能でない時にこのメソッドを呼び出してください。例えば、あなたはこのメソッドをユーザがアクティビティと結びつけられたウインドウを閉じる時に呼び出すかもしれません。このメソッドをユーザアクティビティオブジェクト上で呼び出した後、becomeCurrent()メソッドをそのオブジェクト上で呼び出すことは効果を持ちません。

See Also 参照

Registering and Invalidating User Activities ユーザアクティビティの登録と無効化