|
Class: TerminateProcessRequest
Object
|
+--GenericException
|
+--Exception
|
+--ControlRequest
|
+--TerminateProcessRequest
- Package:
- stx:libbasic
- Category:
- Kernel-Exceptions-Control
- Version:
- rev:
1.7
date: 2024/04/30 15:19:56
- user: alkurz
- file: TerminateProcessRequest.st directory: libbasic
- module: stx stc-classLibrary: libbasic
Request to terminate a process.
(raised when #terminate is sent to a process)
Can be caught for cleanup- or confirmation actions.
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
-
accessing
-
catchInDebugger
-
if set, the debugger will handle this signal in its event loop and will close itself
without asking for close-confirmation.
This allows for debugged processes to be terminated without a user confirmation dialog
(for now, this is used in expecco's soft/hard-terminate function to shut down any open debuggers
together with the test-process)
-
catchInDebugger: something
-
if set, the debugger will handle this signal in its event loop and will close itself
without asking for close-confirmation.
This allows for debugged processes to be terminated without a user confirmation dialog
(for now, this is used in expecco's hard-terminate function to shut down any open debuggers
together with the test-process)
|