For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

ActionRunner

Last updated