# EditorActionResult

> The state that the EditorAction was completed in.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor.Actions](/engine/6000.5/script-reference/unityeditor/actions.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public enum EditorActionResult
```

## Fields

| Value                                                                                          | Description                                                                                                     |
| ---------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
| [Canceled](/engine/6000.5/script-reference/unityeditor/actions/editoractionresult/canceled.md) | The [EditorAction](/engine/6000.5/script-reference/unityeditor/actions/editoraction.md) was canceled.           |
| [Success](/engine/6000.5/script-reference/unityeditor/actions/editoractionresult/success.md)   | The [EditorAction](/engine/6000.5/script-reference/unityeditor/actions/editoraction.md) completed successfully. |
