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

# resumed

An event that takes place when the animation resumes after a pause.

## Declaration

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

## See Also

### Event types

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