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.7 date: 2024/04/30 15:19:56
user: alkurz
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.

copyright

COPYRIGHT (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.

Class protocol:

accessing
o  defaultNotifierString


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 soft/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.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Wed, 08 May 2024 20:28:27 GMT