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

# paused

An event that takes place when the animation pauses.

## Declaration

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

## See Also

### Event types

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