---
title: AESendPriority
framework: coreservices
role: symbol
role_heading: Type Alias
path: coreservices/aesendpriority
---

# AESendPriority

Specifies the processing priority for a sent Apple event.

## Declaration

```swift
typealias AESendPriority = Int16
```

## Discussion

Discussion When you call the AESend(_:_:_:_:_:_:_:) function, you pass a value of type AESendPriority for the sendPriority parameter. Priority Constants for the AESend Function (Deprecated in macOS) lists the valid constant values for a variable or parameter of this type.
