CoroutineState

CoroutineState(String)

package lua

import lua.Coroutine

Available on lua

A enumerator that describes the output of Coroutine.status().

Variables

inline read only Dead:CoroutineState = "dead"

If the coroutine has finished its body function or if it has stopped with an error.

inline read