AbortSignal
Overview
AbortSignal is a class in Aspose.Html FOSS for Python.
Represents the signal half of an AbortController pair.
This class provides 1 method for working with AbortSignal objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.Html FOSS for Python package.
Properties: aborted, reason.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
aborted | bool | Read | True once :meth:AbortController.abort has been called. |
reason | object | Read | The abort reason passed to :meth:AbortController.abort, or None. |
Methods
| Signature | Description |
|---|---|
__init__() | Calls init on this AbortSignal instance. |