18#ifndef QGSPROCESSINGBATCH_H
19#define QGSPROCESSINGBATCH_H
44 void reportError(
const QString &error,
bool fatalError =
false )
override;
QgsProcessingBatchFeedback(int tasks, QgsProcessingFeedback *feedback)
Constructor for QgsProcessingBatchFeedback, for a process with the specified number of tasks.
QStringList popErrors()
Takes the current list of reported errors and clears the stored list of errors.
QgsProcessingFeedback(bool logFeedback=true)
Constructor for QgsProcessingFeedback.
QgsProcessingMultiStepFeedback(int steps, QgsProcessingFeedback *feedback)
Constructor for QgsProcessingMultiStepFeedback, for a process with the specified number of steps.
void reportError(const QString &error, bool fatalError=false) override
Reports that the algorithm encountered an error while executing.