Enum TextualUIState
State of the textual UI
Namespace: Terminaux.Inputs.Interactive
Assembly: Terminaux.dll
Syntax
public enum TextualUIState
Fields
Name | Description |
---|---|
Bailing | This textual UI is about to exit and go back to the Ready state. |
Busy | This textual UI is busy because it's processing user input |
Ready | This textual UI is ready, but hasn't started yet. |
Rendering | This textual UI is waiting for the render code to complete. |
Waiting | This textual UI is waiting for user input. |