|
Class: TerminateProcessRequest
Object
|
+--GenericException
|
+--Exception
|
+--ControlRequest
|
+--TerminateProcessRequest
- Package:
- stx:libbasic
- Category:
- Kernel-Exceptions-Control
- Version:
- rev:
1.4
date: 2014/06/10 10:20:23
- user: cg
- 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.
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 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)
|