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