eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'AbortOperationRequest':

Home

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

Class: AbortOperationRequest


Inheritance:

   Object
   |
   +--GenericException
      |
      +--Exception
         |
         +--ControlRequest
            |
            +--AbortAllOperationRequest
               |
               +--AbortOperationRequest
                  |
                  +--HTTPServer::AbortRequestProcessing

Package:
stx:libbasic
Category:
Kernel-Exceptions-Control
Version:
rev: 1.10 date: 2024/03/26 12:58:24
user: cg
file: AbortOperationRequest.st directory: libbasic
module: stx stc-classLibrary: libbasic

Description:


Raised when the CTRL-y (abort operation) Key is pressed,
or when the 'Abort'-button is pressed in the Debugger,
or by many dialogs 'Cancel' key.

If unhandled, this is a no-op,
however, all windows catch this signal in their main event handling
loop to allow for whatever operation is ongoing to be canceled.

Pressing CTRL-y has the same behavior as interrupting followed by pressing
the debuggers 'Abort'-button.

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:

testing
o  isAbortOperationRequest



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 04:28:46 GMT