+ 2
How to start process with timer and stop process automatically c#
How to start process with timer and stop process automatically when timer stop in c#
2 Answers
+ 8
to start timer.Start();
when timer ticked, timer.Stop();
0
can i use
thread.sleep ();
then, process.kill();