Information about all of the 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 will see a list of all the 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 will 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 don’t want performance monitoring of scheduled jobs, you can set the Scheduler’s performanceMonitorEnabled property to false to disable this behavior.

 
loading table of contents...