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