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

NameTypeAccessDescription
abortedboolReadTrue once :meth:AbortController.abort has been called.
reasonobjectReadThe abort reason passed to :meth:AbortController.abort, or None.

Methods

SignatureDescription
__init__()Calls init on this AbortSignal instance.

See Also