Enum CoroutineState
State of coroutines
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public enum CoroutineState
Dead
Coroutine has terminated
ForceSuspended
Coroutine has been forcefully suspended (i.e. auto-yielded)
Main
This is the main coroutine
NotStarted
Coroutine has not started yet
Running
Coroutine is running
Suspended
Coroutine is suspended