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.6 date: 2017/08/24 15:57:38
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.


Class protocol:

initialization
o  initialize
self initialize



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 25 Apr 2024 09:52:29 GMT