eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'TerminateProcessRequest':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: TerminateProcessRequest


Inheritance:

   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

Description:


Request to terminate a process.
(raised when #terminate is sent to a process)

Can be caught for cleanup- or confirmation actions.


Instance protocol:

accessing
o  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)

o  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)



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 26 Apr 2024 13:57:39 GMT