---
title: ended
framework: realitykit
role: symbol
role_heading: Type Property
path: realitykit/actioneventtype/ended
---

# ended

An event that takes place when the action event exits its time interval.

## Declaration

```swift
static var ended: ActionEventType { get }
```

## Discussion

Discussion End is also raised when the animation terminates before the action event completes.

## See Also

### Event types

- [started](realitykit/actioneventtype/started.md)
- [paused](realitykit/actioneventtype/paused.md)
- [resumed](realitykit/actioneventtype/resumed.md)
- [updated](realitykit/actioneventtype/updated.md)
- [skipped](realitykit/actioneventtype/skipped.md)
- [terminated](realitykit/actioneventtype/terminated.md)
