Instance Property インスタンスプロパティ

suspended

Suspends or resumes notification delivery. 通知配達を待機または再開します。

Declaration 宣言

var suspended: Bool { get set }

Parameters パラメータ

suspended

true suspends notification delivery, false resumes it. trueは通知配達を待機します、falseはそれを再開します。

Discussion 議論

See DistributedNotificationCenter.SuspensionBehavior for details on how the receiver delivers notifications to their observers when normal notification delivery is suspended. DistributedNotificationCenter.SuspensionBehaviorを、通常の通知配達が待機させられる時、どのようにレシーバが通知をそれらのオブザーバに配達するかの詳細として見てください。

The NSApplication class automatically suspends distributed notification delivery when the application is not active. Applications based on the Application Kit framework should let AppKit manage the suspension of notification delivery. Foundation-only programs may have occasional need to use this method. NSApplicationクラスは、アプリケーションがアクティブでない場合、自動的に分散通知配達を待機します。Application Kitフレームワークに基づくアプリケーションは、AppKitに通知配達を管理させるべきです。Foundationのみのプログラムは、時折このメソッドを使う必要があるかもしれません。

See Also 参照

Related Documentation 関連文書