---
title: "result(content:)"
framework: appintents
role: symbol
role_heading: Type Method
path: "appintents/intentresult/result(content:)"
---

# result(content:)

Indicates the AppIntent finished performing

## Declaration

```swift
static func result<Content>(@ViewBuilder content: () -> Content) -> Self where Self == IntentResultContainer<Never, Never, _SnippetViewContainer, Never>, Content : View
```

## Parameters

- `content`: A custom View to display the result
