---
title: canInteract
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nsappleeventdescriptor/sendoptions/caninteract
---

# canInteract

Server may try to interact with user.

## Declaration

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

## See Also

### Constants

- [alwaysInteract](foundation/nsappleeventdescriptor/sendoptions/alwaysinteract.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)
