Skip to content
New issue

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

Добавить SetTimer или что-то подобное на её основе #7

Open
swerg opened this issue Sep 9, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@swerg
Copy link
Owner

swerg commented Sep 9, 2021

Проблемы:

  1. Как гарантированно остановить таймер по завершении скрипта? т.е. как не развалиться при срабатывании таймера после остановки скрипта? вероятно лишь "обязательно вызвать KillTimer!!" - как вариант StopTimer назвать. Вероятно, есть смысл повиснуть на уничтожении объекта как FileClose (хотя при авариях в скрипте это не спасет)
  2. Как идентифицировать несколько таймеров для KillTimer? - возвращать id из SetTimer?

Общее:
Есть вариант создавать невидимое окно для обработки таймеров или TimerFunction

Основное - проблема 1). При аварии скрипта не хотелось бы взрываться.

@swerg swerg added the enhancement New feature or request label Sep 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant