How to start process with timer and stop process automatically c# | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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#

3rd Sep 2018, 4:59 PM
Prathmesh Tekale
Prathmesh Tekale - avatar
2 Answers
+ 8
to start timer.Start(); when timer ticked, timer.Stop();
10th Sep 2018, 11:49 PM
ShortCode
0
can i use thread.sleep (); then, process.kill();
13th Sep 2018, 6:05 AM
Prathmesh Tekale
Prathmesh Tekale - avatar