How to start process with timer and stop process automatically c# | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Respostas
+ 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