getStateMachineNames

suspend fun getStateMachineNames(artboardHandle: ArtboardHandle): List<String>

Query the artboard for available state machine names. Returns on onStateMachinesListed.

Return

A list of state machine names in the artboard.

Parameters

artboardHandle

The handle of the artboard to query.

Throws

If the artboard handle is invalid.

If the CommandQueue has been released.

If the coroutine is cancelled before the operation completes.