> 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/korean/development/api-reference/enums/actionrunnerstate.md).

# ActionRunnerState

## Overview

ActionRunnerState는 ActionRunner의 현재 재생 상태를 나타내는 Enum입니다.

ActionRunner 클래스에서 재생 중, 취소됨, 완료됨 등의 상태를 구분하는 데 사용됩니다.

## Items

| Name      | Value | Description                   |
| --------- | ----- | ----------------------------- |
| Playing   | 0     | ActionRunner가 현재 재생 중인 상태입니다. |
| Cancelled | 1     | ActionRunner가 취소된 상태입니다.      |
| Completed | 2     | ActionRunner의 재생이 완료된 상태입니다.  |

## See also

{% content-ref url="/pages/bwqg6L68HpJlmpNESQAf" %}
[ActionRunner](/korean/development/api-reference/classes/actionrunner.md)
{% endcontent-ref %}
