QGIS/python/core/auto_additions/qgsprocessingalgrunnertask.py
Nyall Dawson 3f6b490218 Sipify
2025-04-02 11:11:10 +10:00

9 lines
702 B
Python

# 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\ncompleted execution without errors then ``successful`` will be ``True``.\nThe ``results`` argument contains the results reported by the algorithm.\n'}
QgsProcessingAlgRunnerTask.__overridden_methods__ = ['cancel', 'run', 'finished']
QgsProcessingAlgRunnerTask.__signal_arguments__ = {'executed': ['successful: bool', 'results: Dict[str, object]']}
QgsProcessingAlgRunnerTask.__group__ = ['processing']
except (NameError, AttributeError):
pass