sclass PlanInMotion extends DynamicObject { L doneSteps = synchroList(); L plannedSteps = synchroLinkedList(); volatile bool paused, cancelled; }