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

cancelPerformSelectors(withTarget:)

Cancels all outstanding ordered performs scheduled with a given target. 与えられたターゲットで予定された全ての未解決の実行を取り消します。

Declaration 宣言

func cancelPerformSelectors(withTarget target: Any)

Parameters パラメータ

target

The previously-specified target. 以前に指定された目標。

Discussion 議論

This method cancels the previously scheduled messages associated with the target, ignoring the selector and argument of the scheduled operation. This is in contrast to cancelPerform(_:target:argument:), which requires you to match the selector and argument as well as the target. This method removes the perform requests for the object from all modes of the run loop. このメソッドは、目標と結びつけられた以前に予定されたメッセージを取り消します、予定された演算のセレクタおよび引数を無視します。これはcancelPerform(_:target:argument:)と対照的です、それはあなたにセレクタと引数を、もちろん目標も一致させるように要求します。このメソッドはオブジェクトに対する実行要請を実行ループの全モードから取り除きます。

See Also 参照

Scheduling and Canceling Tasks タスクそれらを予定および取り消しする