---
title: systemAction
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/openurlaction/result/systemaction
---

# systemAction

The handler asks the system to open the original URL.

## Declaration

```swift
static let systemAction: OpenURLAction.Result
```

## Discussion

Discussion The action invokes its completion handler with a value that depends on the outcome of the system’s attempt to open the URL.

## See Also

### Getting the results

- [discarded](swiftui/openurlaction/result/discarded.md)
- [handled](swiftui/openurlaction/result/handled.md)
- [systemAction(_:)](swiftui/openurlaction/result/systemaction(_:).md)
