---
title: OpenImmersiveSpaceAction.Result.userCancelled
framework: swiftui
role: symbol
role_heading: Case
path: swiftui/openimmersivespaceaction/result/usercancelled
---

# OpenImmersiveSpaceAction.Result.userCancelled

The immersive space didn’t open because the user cancelled the operation.

## Declaration

```swift
case userCancelled
```

## See Also

### Getting the result

- [OpenImmersiveSpaceAction.Result.opened](swiftui/openimmersivespaceaction/result/opened.md)
- [OpenImmersiveSpaceAction.Result.error](swiftui/openimmersivespaceaction/result/error.md)
