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

# actionUpdatedWithResult(event:)

## Declaration

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

## See Also

### Responding to action progress

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