Class: QgsProcessingBatchFeedback

class qgis.core.QgsProcessingBatchFeedback

Bases: QgsProcessingMultiStepFeedback

Processing feedback subclass for use when batch processing.

New in version 3.26.

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

Methods

childEvent

connectNotify

customEvent

disconnectNotify

isSignalConnected

popErrors

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

receivers

reportError

param error:

sender

senderSignalIndex

timerEvent

childEvent(self, QChildEvent)
connectNotify(self, QMetaMethod)
customEvent(self, QEvent)
disconnectNotify(self, QMetaMethod)
isSignalConnected(self, QMetaMethod) bool
popErrors(self) List[str]

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

Return type:

List[str]

receivers(self, PYQT_SIGNAL) int
reportError(self, error: str, fatalError: bool = False)
Parameters:
  • error (str) –

  • fatalError (bool = False) –

sender(self) QObject
senderSignalIndex(self) int
timerEvent(self, QTimerEvent)