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

# actionResumedWithResult(event:)

## Declaration

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

## See Also

### Responding to action progress

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