namespace CPF.Mac.Foundation { public enum NSPostingStyle : ulong { PostWhenIdle = 1uL, PostASAP, Now } }