Skip to content

Home > @idealeap/pipeline > PipelineOptions > destroyProcess

PipelineOptions.destroyProcess property

An optional function to clean up resources when the pipeline is destroyed.

Signature:

typescript
destroyProcess?: () => void;
destroyProcess?: () => void;

Released under the MIT License.