AnarcoPhysic:
Hi Community!
Is it possible to kill the running OnStart script if it delays too much to finish? Would it be safe? I want to restart (call) the OnStart
() after killing it in the case the work that must be done was not progressing in time as expected.
Regards
You should add a time tracker for each time consuming part of your code, find critical points and optimize the logic.
Mohammad Hossein Sadeghi:
You should add a time tracker for each time consuming part of your code, find critical points and optimize the logic.
Thank you for your help! I will do it!

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi Community!
Is it possible to kill the running OnStart script if it delays too much to finish? Would it be safe? I want to restart (call) the OnStart () after killing it in the case the work that must be done was not progressing in time as expected.
Regards