Delay execution of script until project is loaded

465 viewsGeneral
0

Would it be possible to add a listener in the reactions that fires as soon as the project is fully loaded?

Or is there a possibility to delay the execution of a reaction? time.sleep(..) doesn’t seem to work.

admin Changed status to publish May 22, 2024
Attached Files:
0

No. The script initializes first. So if the script relies on already initialized devices, you work with incorrect data.
I need a listener that fires when everything is successfully loaded.

admin Changed status to publish May 22, 2024
Attached Files: