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

# actionPaused(event:)

The function used to respond to action paused events.

## Declaration

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

## Discussion

Discussion Action paused is raised when the animation is paused.
