Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 327 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 327 Bytes

Task-Processor

This is some template code I wrote for handling scheduled jobs via a background .NET Windows Service.

To add jobs to the schedule, implement IJob interface from Quartz and add it to the Jobs.xml configuration file.

To install the Windows Service (via TopShelf) run TaskProcessor.exe install.