I am trying to implement a Job Management module for one of the requirement and came across ScheduleJobInfo as part of the Apache Sling eventing framework. Just wondering if a Job created with a ScheduleJobBuilder can be queried through JobManager interface. If I understands jobs added through JobManager are qued up based on the topics. Would like to understand if I can check the status of Jobs through the ScheduleBuilder interface.
I am using Apache sling version 8 API
Thanks