---
title: "actionEnded(event:)"
framework: realitykit
role: symbol
role_heading: Instance Method
path: "realitykit/actionhandlerprotocol/actionended(event:)"
---

# actionEnded(event:)

The function used to respond to action ended events.

## Declaration

```swift
mutating func actionEnded(event: Self.EventType)
```

## Discussion

Discussion Action ended is raised after a ‘started’ event has taken place, and the animation time exits the event interval, or when the animation is terminated before completion.
