mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			598 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			598 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 completed\nexecution without errors then ``successful`` will be ``True``. The ``results`` argument\ncontains the results reported by the algorithm.\n'}
 | 
						|
    QgsProcessingAlgRunnerTask.__signal_arguments__ = {'executed': ['successful: bool', 'results: Dict[str, object]']}
 | 
						|
    QgsProcessingAlgRunnerTask.__group__ = ['processing']
 | 
						|
except NameError:
 | 
						|
    pass
 |