# ActionRunnerState

## Overview

ActionRunnerState is an Enum that represents the current playback state of an ActionRunner.

It is used in the ActionRunner class to distinguish between states such as playing, cancelled, and completed.

## Items

| Name      | Value | Description                            |
| --------- | ----- | -------------------------------------- |
| Playing   | 0     | The ActionRunner is currently playing. |
| Cancelled | 1     | The ActionRunner has been cancelled.   |
| Completed | 2     | The ActionRunner has finished playing. |

## See also

{% content-ref url="../classes/actionrunner" %}
[actionrunner](https://docs.overdare.com/development/api-reference/classes/actionrunner)
{% endcontent-ref %}
