Enum Status
- Namespace
- ConsoleAppVisuals.Enums
- Assembly
- ConsoleAppVisuals.dll
The Status enum represents the exit status of an interaction.
public enum Status
Fields
Deleted = 1
Pressed the delete key.
Escaped = 2
Pressed the escape key.
Selected = 0
Pressed the enter key.
Remarks
For more information, consider visiting the documentation available here.