The SET TRACE SCHEDULE command traces scheduled actions. Scheduled actions are a special case similar to timeouts. Each scheduled action causes two trace massages. One when it is scheduled, and one when the scheduled time is up and the action which was scheduled is executed.
Schedule action CHART1:D1 of PROCESS_ONE
started for 200 time unitsSchedule action CHART2:COMM of FFT started
for 5 time unitsSchedule action CHART2:COMM of FFT ended
after 5 time unitsSchedule action CHART1:D1 of PROCESS_ONE
ended after after 200 time units