---
title: alwaysInteract
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nsappleeventdescriptor/sendoptions/alwaysinteract
---

# alwaysInteract

Server should always interact with user where appropriate.

## Declaration

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

## See Also

### Constants

- [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)
- [queueReply](foundation/nsappleeventdescriptor/sendoptions/queuereply.md)
- [waitForReply](foundation/nsappleeventdescriptor/sendoptions/waitforreply.md)
