We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Сейчас нужно вызвать VanessaEditor.decorateCompleteSteps(ЗаписатьОбъектJSON(ВыполненныеШагиVanessaEditor));
Надо добавить возможность передавать часть шагов: VanessaEditor.addCompleteSteps(Массив)
The text was updated successfully, but these errors were encountered:
Предлагаю вот так:
VanessaEditor.addCompleteSteps(Массив, Очищать = Истина);
Sorry, something went wrong.
Предлагаю вот так: VanessaEditor.addCompleteSteps(Массив, Очищать = Истина);
Да. Давай.
Передача выполненных шагов частями #47
c28d9a1
Установка статуса шагов:
Steps = New Array; Steps.Add(8); Steps.Add(9); Steps.Add(10); VanessaEditor.setRuntimeProcess(JsonDump(Steps), "complete"); Steps = New Array; Steps.Add(11); Steps.Add(12); VanessaEditor.setRuntimeProcess(JsonDump(Steps), "error"); Steps = New Array; Steps.Add(15); VanessaEditor.setRuntimeProcess(JsonDump(Steps), "current");
Очищаем статус выбранных шагов:
Steps = New Array; Steps.Add(11); Steps.Add(12); VanessaEditor.setRuntimeProcess(JsonDump(Steps), "");
Очищаем статус всех шагов:
VanessaEditor.clearRuntimeProcess();
a8f84e9
lintest
No branches or pull requests
Сейчас нужно вызвать
VanessaEditor.decorateCompleteSteps(ЗаписатьОбъектJSON(ВыполненныеШагиVanessaEditor));
Надо добавить возможность передавать часть шагов:
VanessaEditor.addCompleteSteps(Массив)
The text was updated successfully, but these errors were encountered: