Hi
I have a quick question of dash application.
I started and run the dash app, is there any way to let the app stop automatically at the time i set, like, 11:00PM?
thanks
xiwen
THough it is a ‘second hand’ solution you could launch your app through a .bat-script and use this in Windows Task Scheduler to control time where the app is launced and closed.
hi,
yeah, that’s a way. i am looking a function that stop itself inside the app
thanks