> For the complete documentation index, see [llms.txt](https://docs.overdare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overdare.com/development/api-reference/enums/actionrunnerstate.md).

# 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="/pages/h7m1FZQeFkbfD7dDPNcd" %}
[ActionRunner](/development/api-reference/classes/actionrunner.md)
{% endcontent-ref %}
