How to start process with timer and stop process automatically c# | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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 Réponses
+ 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