Class: QgsProcessingBatchFeedback¶
Processing feedback subclass for use when batch processing.
Added in version 3.26.
Class Hierarchy¶
Base classes¶
Processing feedback object for multi-step operations.  | 
|
Base class for providing feedback from a processing algorithm.  | 
|
Base class for feedback objects to be used for cancellation of something running in a worker thread.  | 
|
Methods
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 specifiedfeedbackobject.- Parameters:
 tasks (int)
feedback (Optional[QgsProcessingFeedback])