fmeobjects.FMEFactoryPipeline.getOutputFeature
- FMEFactoryPipeline.getOutputFeature()
This method is used to fetch a feature ready for output from the pipeline. If no feature is ready for output, an exception is thrown. This method should not be used if the
setCallback()
method has been called on the pipeline.- Return type:
FMEFeature or None
- Returns:
The feature ready for output or
None
if all the features have been outputted.- Raises:
FMEException – An FMEException is raised if there was an error.