CoroutineState
CoroutineState(String)
package lua
import lua.Coroutine
Available on luaA 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.