I've inherited an application which uses Quartz.NET
I have no idea how to maintain/use this and need to add a new Job.
I created a new Job
class and added it to the jobs xml file as an element under <schedule>
.
Will this automatically add the appropriate row to the CRON_TRIGGERS table?
Or is there some other step?
Or do I need to manually insert a row into the CRON_TRIGGERS table?
Thanks