c# 4.0 - How to create console app that can run in Windows Task Scheduler -
i want create console app below expectations:
- the app run in windows task scheduler on regular interval
- app should run background task (no cmd screen should appear)
- if error/exception happens in app, must able stop/disable job in scheduler, admin , manually start task once error fixed
how achieve above ?
Comments
Post a Comment