Type KeyboardInterrupt
Namespace LostTech.Gradient.Exceptions
Parent PythonExceptionContainer
Raised when the user hits the interrupt key (normally Control-C or Delete).
During execution, a check for interrupts is made regularly when Python code is running.