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

# terminated

An event that takes place when the animation ends.

## Declaration

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

## See Also

### Event types

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