How to start process with timer and stop process automatically c# | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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 ответов
+ 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