multithreading - Qt5: How to create a (cleanup) task that runs once per day at 3:00am? -
this question has answer here:
i using qt5 under windows7.
know how create task using qthread, problem is:
how run every day @ 03:00am?
thinking qtimer, doesn't seem ok... can't linked somehow 03:00am.
just make clear: can't use windows application(s). must coded inside qt app cleaning job too: cleanup history list, trim down 1000 lines (or whatever), etc. so, see can't using taskscheduler or similar windows tools...
you can use windows task scheduler
Comments
Post a Comment