let NSNotificationDeliverImmediately : DistributedNotificationCenter.Options
When set, the notification is delivered immediately to all observers, regardless of their suspension behavior or suspension state. When not set, allows the normal suspension behavior of notification observers to take place.
設定される場合、通知は直ぐに全てのオブザーバに配達されます、それらの待機挙動または待機状態に関係なく。設定される場合、通知オブザーバの通常の待機挙動を発生させます。
let NSNotificationPostToAllSessions : DistributedNotificationCenter.Options
When set, the notification is posted to all sessions. When not set, the notification is sent only to applications within the same login session as the posting task.
設定される場合、通知は全てのセッションに投函されます。設定される場合、通知は投函タスクと同じログインセッション内部のアプリケーションにのみ送られます。