19#include "moc_qgsprocessingbatch.cpp" 
   29  mErrors.append( error );
 
 
   35  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.
 
Base class for providing feedback from a processing algorithm.
 
Processing feedback object for multi-step operations.
 
void reportError(const QString &error, bool fatalError=false) override
Reports that the algorithm encountered an error while executing.