I have to run 3 processes sequentially, one after other. The second process must start after first process’ completion.
I work in C#. I have used Process.Start() method, Where it kicks on all at same time.
Can anyone help me.
I have to run 3 processes sequentially, one after other. The second process must
Share
and so on…