<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/ActionResult",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation12ActionResultO"
  },
  "title" : "ActionResult"
}
-->

# ActionResult

Status values that an action can report back to the animation system.

```
enum ActionResult
```

## Overview

Use these values within action event handlers to communicate the state of your action
logic back to the animation system.

## Topics

### Getting the action result

[`case success`](/documentation/RealityKit/ActionResult/success)

The action completed successfully.

[`case running`](/documentation/RealityKit/ActionResult/running)

The action is currently running.

[`case failure`](/documentation/RealityKit/ActionResult/failure)

The action has failed.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)