---
title: updatedQueue
framework: groupactivities
role: symbol
role_heading: Type Property
path: groupactivities/groupsessionevent/action-swift.struct/updatedqueue
---

# updatedQueue

An action that represents a nonspecific change to the queue.

## Declaration

```swift
static let updatedQueue: GroupSessionEvent.Action
```

## Discussion

Discussion Use this action when the other action types don’t accurately describe the change you made to the queue. If you can specify the change using a GroupSessionEvent.Action.QueueChange type, use the updatedQueue(_:) method instead.

## See Also

### Getting change-related actions

- [updatedQueue(_:)](groupactivities/groupsessionevent/action-swift.struct/updatedqueue(_:).md)
- [GroupSessionEvent.Action.QueueChange](groupactivities/groupsessionevent/action-swift.struct/queuechange.md)
