Enumeration Case 列挙ケース

DistributedNotificationCenter.SuspensionBehavior.hold

The server holds all matching notifications until the queue has been filled (queue size determined by the server), at which point the server may flush queued notifications. サーバは全ての合致する通知を保持します、待ち行列がいっぱいになってしまうまで(待ち行列のサイズはサーバによって決定されます)、その時点でサーバは待ち行列に入れられた通知を一掃するかもしれません。

Declaration 宣言

case hold = 3