Enumeration
Priority Constants for the AESend Function (Deprecated in mac OS) Specify a value for the send Priority
parameter of the AESend
function.
SDKs
macOS 10.0+ Mac Catalyst 13.0+ Declaration enum : unsigned int {
...
};
Overview For related information, see the AESend function and AESend Mode
.
Version-Notes The send Priority
parameter of the AESend
function is deprecated in macOS.
Topics
Constants k AENormal Priority
The Apple Event Manager posts the event at the end of the event queue of the server process and the server processes the Apple event as soon as it has the opportunity.
k AEHigh Priority
The Apple Event Manager posts the event at the beginning of the event queue of the server process.