Handle ESC interruption. Returns true if ESC was pressed. Use with message for prompts without EXIT button. Use without message for menus with explicit EXIT button.
The caught error
Optional
Optional message to log (silent if omitted)
true if ESC was pressed, false otherwise
Handle ESC interruption. Returns true if ESC was pressed. Use with message for prompts without EXIT button. Use without message for menus with explicit EXIT button.