eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'TerminateProcessRequest':

Home

everywhere
www.exept.de
for:
[back]

Class: TerminateProcessRequest


Inheritance:

   Object
   |
   +--GenericException
      |
      +--Exception
         |
         +--ControlRequest
            |
            +--TerminateProcessRequest

Package:
stx:libbasic
Category:
Kernel-Exceptions-Control
Version:
rev: 1.3 date: 2007/11/07 10:37:10
user: ca
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 cought 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 6.1.1; WebServer 1.620 at exept:8081; Wed, 23 May 2012 21:27:03 GMT