92 $this->
addToQueue($copiedSectionId,
"SectionGroupQueue");
94 Option::set($this->moduleId,
"SectionGroupChecker_".$copiedSectionId,
"Y");
97 "sectionId" => $sectionId,
98 "copiedSectionId" => $copiedSectionId,
99 "enumRatio" => ($this->enumRatio[$sectionId] ?: []),
100 "sectionsRatio" => ($this->sectionsRatio[$sectionId] ?: [])
102 Option::set($this->moduleId,
"SectionGroupStepper_".$copiedSectionId, serialize($queueOption));
104 $agent = \CAgent::getList([], [
105 "MODULE_ID" => $this->moduleId,
106 "NAME" => SectionStepper::class.
"::execAgent();"
110 SectionStepper::bind(1);