Information about all tasks being run by the Scheduler is available through the Component Browser. If you go to the page for the /nucleus/atg/dynamo/service/Scheduler component, you see a list of all tasks monitored by the Scheduler.

The tasks are divided into two categories: scheduled and unscheduled. The only tasks that appear in the unscheduled category are those using CalendarSchedules that never actually occur, such as a CalendarSchedule that specifies only Feb. 30.

In addition, by default all scheduled jobs are instrumented with Performance Monitor startOperation and endOperation methods. These operations appear grouped together under the line Scheduled Jobs in the Performance Monitor page. If you do not want performance monitoring of scheduled jobs, you can set the Scheduler’s performanceMonitorEnabled property to false to disable this behavior.