Enumeration Case 列挙ケース

DistributedNotificationCenter.SuspensionBehavior.coalesce

The server only queues the last notification of the specified name and object; earlier notifications are dropped. In cover methods for which suspension behavior is not an explicit argument, NSNotificationSuspensionBehaviorCoalesce is the default. サーバは、指定された名前とオブジェクトの最後の通知を待ち行列に入れるだけです;それより前の通知は没にされます。待機挙動が明白な引数でない担当メソッドでは、NSNotificationSuspensionBehaviorCoalesceが初期状態です。

Declaration 宣言

case coalesce = 2