Class: QgsProcessingModelResult

class qgis.core.QgsProcessingModelResult

Bases: sip.wrapper

Encapsulates the results of running a Processing model

Added in version 3.38:

Methods

childResults

Returns the map of child algorithm results.

childResults(self) Dict[str, QgsProcessingModelChildAlgorithmResult]

Returns the map of child algorithm results.

Map keys refer to the child algorithm IDs.

Return type:

Dict[str, QgsProcessingModelChildAlgorithmResult]