---
title: queueReply
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nsappleeventdescriptor/sendoptions/queuereply
---

# queueReply

Sender wants a reply but won’t wait.

## Declaration

```swift
static var queueReply: NSAppleEventDescriptor.SendOptions { get }
```

## See Also

### Constants

- [alwaysInteract](foundation/nsappleeventdescriptor/sendoptions/alwaysinteract.md)
- [canInteract](foundation/nsappleeventdescriptor/sendoptions/caninteract.md)
- [canSwitchLayer](foundation/nsappleeventdescriptor/sendoptions/canswitchlayer.md)
- [defaultOptions](foundation/nsappleeventdescriptor/sendoptions/defaultoptions.md)
- [dontAnnotate](foundation/nsappleeventdescriptor/sendoptions/dontannotate.md)
- [dontExecute](foundation/nsappleeventdescriptor/sendoptions/dontexecute.md)
- [dontRecord](foundation/nsappleeventdescriptor/sendoptions/dontrecord.md)
- [neverInteract](foundation/nsappleeventdescriptor/sendoptions/neverinteract.md)
- [noReply](foundation/nsappleeventdescriptor/sendoptions/noreply.md)
- [waitForReply](foundation/nsappleeventdescriptor/sendoptions/waitforreply.md)
