---
title: "actionPausedWithResult(event:)"
framework: realitykit
role: symbol
role_heading: Instance Method
path: "realitykit/behaviortreeactionhandler/actionpausedwithresult(event:)"
---

# actionPausedWithResult(event:)

## Declaration

```swift
mutating func actionPausedWithResult(event: Self.EventType) -> ActionResult?
```

## See Also

### Responding to action progress

- [actionStartedWithResult(event:)](realitykit/behaviortreeactionhandler/actionstartedwithresult(event:).md)
- [actionUpdatedWithResult(event:)](realitykit/behaviortreeactionhandler/actionupdatedwithresult(event:).md)
- [actionResumedWithResult(event:)](realitykit/behaviortreeactionhandler/actionresumedwithresult(event:).md)
