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.
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
.