---
title: result
framework: groupactivities
role: symbol
role_heading: Instance Property
path: groupactivities/groupactivitysharingcontroller-4gtfk/result
---

# result

The result of a request to share a group activity.

## Declaration

```swift
@MainActor var result: GroupActivitySharingResult { get async }
```

## Discussion

Discussion Use this property to perform actions related to the starting of the activity. You don’t need to start the activity itself, since the view controller automatically joins your app to the activity when the result is GroupActivitySharingResult/success.

## See Also

### Getting the result

- [GroupActivitySharingResult](groupactivities/groupactivitysharingresult-1gln2.md)
