Is your feature request related to a problem? Please describe.
Process class from .NET has some pitfalls. To resolve them need to add additional wrapper which can handle some cases instead of final user.
Describe the solution you'd like
ProcessHolder has been already implemented by me here.
Describe alternatives you've considered
Try to find some other useful methods in the Internet.
Additional context
Do not forget to add tests.
Is your feature request related to a problem? Please describe.
Processclass from .NET has some pitfalls. To resolve them need to add additional wrapper which can handle some cases instead of final user.Describe the solution you'd like
ProcessHolderhas been already implemented by me here.Describe alternatives you've considered
Try to find some other useful methods in the Internet.
Additional context
Do not forget to add tests.