Class: QgsProcessingBatchFeedback

Processing feedback subclass for use when batch processing.

Added in version 3.26.

Class Hierarchy

Inheritance diagram of qgis.core.QgsProcessingBatchFeedback

Base classes

QgsProcessingMultiStepFeedback

Processing feedback object for multi-step operations.

QgsProcessingFeedback

Base class for providing feedback from a processing algorithm.

QgsFeedback

Base class for feedback objects to be used for cancellation of something running in a worker thread.

QObject

Methods

popErrors

Takes the current list of reported errors and clears the stored list of errors.

class qgis.core.QgsProcessingBatchFeedback[source]

Bases: QgsProcessingMultiStepFeedback

__init__(tasks: int, feedback: QgsProcessingFeedback | None)

Constructor for QgsProcessingBatchFeedback, for a process with the specified number of tasks. This feedback object will proxy calls to the specified feedback object.

Parameters:
popErrors(self) List[str][source]

Takes the current list of reported errors and clears the stored list of errors.

Return type:

List[str]