20#include "moc_qgsprocessingbatch.cpp"
30 mErrors.append( error );
36 QStringList res = mErrors;
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.
void reportError(const QString &error, bool fatalError=false) override
Reports that the algorithm encountered an error while executing.
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.