I have a requirement to schedule and unschedule a quartz job programmatically. I was able to schedule it using MyJob.schedule(cronExpression). Is there a way to similarly unschedule the job?
I am using quartz plugin 0.4.2 with Grails 1.2.3
|
|
|
Here is what worked for me,
|
|||
|
|