Reply To: How to detect end of async initialization

Forums 💬 FlowCanvas ⚙️ Support How to detect end of async initialization Reply To: How to detect end of async initialization

#12116
Gavalakis
Keymaster

    Hello!

    There is a bool property called “initialized” in GraphOwner, which will be true only after initialized (both in async and not async). On the next version there will also be an even (which has been requested before) since it will be easier to use than checking the bool property.

    Let me know if that works for you. 🙂

    Thanks!