mvSapphire / PowerPipe

A library for .NET that uses a fluent interface to construct advanced workflows with ease.
MIT License
174 stars 9 forks source link

Implement pipeline events #15

Open mvSapphire opened 10 months ago

mvSapphire commented 10 months ago

Motivation:

Sometimes it is useful to have some events that are raised by the pipeline; for example, it can be useful to track how much time it took to finish the pipeline.

Expected result:

We should have maintainable and open to changes implementation of pipeline events. And should be added two events OnStrat, OnFinish.