|
Class: UserInterrupt
Object
|
+--GenericException
|
+--ControlInterrupt
|
+--UserInterrupt
- Package:
- stx:libbasic
- Category:
- Kernel-Exceptions-Control
- Version:
- rev:
1.10
date: 2024/03/26 12:52:05
- user: cg
- file: UserInterrupt.st directory: libbasic
- module: stx stc-classLibrary: libbasic
Raised when the user presses the Interrupt-Key,
which is CTRL-c on unix and BREAK on win32 systems.
copyrightCOPYRIGHT (c) 2001 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
accessing
-
defaultNotifierString
-
testing
-
isUserInterrupt
-
(comment from inherited method)
true if this is a user-interrupt (CTRL-c)
testing
-
isUserInterrupt
-
|