.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.delayedresult .. highlight:: python .. _wx.lib.delayedresult.AbortedException: ========================================================================================================================================== |phoenix_title| **wx.lib.delayedresult.AbortedException** ========================================================================================================================================== Raise this in your worker function so that the sender knows not to send a result to handler. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class AbortedException:
| |super_classes| Known Superclasses ================================== :class:`Exception` | |api| Class API =============== .. class:: AbortedException(Exception) Raise this in your worker function so that the sender knows not to send a result to handler.