Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //title: Запуск импорта вручную
- CModule::IncludeModule('cbs39.paneldebase');
- use Bitrix\Main\Config\Option;
- $manager = New CPaneldebase;
- Option::set("cbs39.paneldebase", "import1_step_stat", "WAITING" );
- Option::set("cbs39.paneldebase", "import1_cur_step", "FINISH" );
- $manager->StartImport1();
- //title: Запуск импорта вручную с места обрыва
- CModule::IncludeModule('cbs39.paneldebase');
- use Bitrix\Main\Config\Option;
- $manager = New CPaneldebase;
- Option::set("cbs39.paneldebase", "import1_step_stat", "WAITING" );
- $manager->DoImport1();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement