Table of Contents

Enum CoroutineState

Namespace
MoonSharp.Interpreter
Assembly
Assembly-CSharp.dll
public enum CoroutineState
Extension Methods

Fields

Dead = 5
ForceSuspended = 3
Main = 0
NotStarted = 1
Running = 4
Suspended = 2