---
title: end()
framework: avfoundation
role: symbol
role_heading: Instance Method
path: avfoundation/avcoordinatedplaybacksuspension/end()
---

# end()

Ends a suspension.

## Declaration

```swift
func end()
```

## Discussion

Discussion If this is the last suspension, the coordinator adjusts the timing of its playback object to match the group. To end a suspension and simultaneously propose a new playback time to the group, call the end(proposingNewTime:) method.

## See Also

### Ending a suspension

- [end(proposingNewTime:)](avfoundation/avcoordinatedplaybacksuspension/end(proposingnewtime:).md)
