Is there a way to determine if a specific Trigger in Quartz is in paused state?
I know of the getPausedTriggerGroups() method on Scheduler, but there doesn't seem to be a way to figure out the paused state of a particular Trigger for a particular JobDetail.
Any friendly suggestions?
Thank you for your time.