fmeobjects.FMEFactoryPipeline.allDone

FMEFactoryPipeline.allDone()

This method is used to indicate that no more features will be entering the pipeline. Any factories in the pipeline that are still holding features will release them when this method is called. This method can only be called once on per pipeline.

Return type:

None

Raises:

FMEException – An FMEException is raised if there was an error.