QGIS/python/core/auto_additions/qgsprocessingalgrunnertask.py

6 lines
421 B
Python
Raw Normal View History

# The following has been generated automatically from src/core/processing/qgsprocessingalgrunnertask.h
try:
QgsProcessingAlgRunnerTask.__attribute_docs__ = {'executed': 'Emitted when the algorithm has finished execution. If the algorithm completed\nexecution without errors then ``successful`` will be ``True``. The ``results`` argument\ncontains the results reported by the algorithm.\n'}
except NameError:
pass