Skip to content

artbear/sleeper-1c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Desktop CI Mobile CI

Та самая Пауза в платформе 1С:Предприятие 8

Внешняя компонента для метода Пауза в платформе 1С:Предприятие 8. Решение целиком и полностью основано на плагине от @Infactum и, по-сути, является им же (просто удалены ненужные методы).

Использование

ПодключитьВнешнююКомпоненту("ОбщийМакет.Sleeper", "Sleeper", ТипВнешнейКомпоненты.Native);
Паузятор = Новый("AddIn.Sleeper.Sleep");
Паузятор.Приостановить(3000);
// english version
Sleeper = Паузятор;
Sleeper.Sleep(3000);

Supported platforms

Infactum says it's true, then it's true

✔ Windows
✔ Linux
⚠ MacOS (compiled but not tested)
✔ Android
❌ iOS
❌ Browser Extenstions

License exclusions

In case of embedding add-in based on this template inside 1C:Enterprise configuations, external processors, configuration extensions etc, it's allowed not to apply AGPL terms to whole application part, but only add-in itself.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 74.4%
  • C 22.0%
  • CMake 3.6%