Posted: 23 Aug 2018, 13:10
maybe thats already possible but couldn't find how..
when usine launch and open a module, there is a slight delay before its ready to process.
for now if have something like a bool ready flag set to false, and switch it in onProcess() ready = true;
not a drastic problem but setting it every bloc is prob not needed and efficient.
is there a way to get info when module is ready to process, or if not, could a possible procedure beeing added if not complex?
when usine launch and open a module, there is a slight delay before its ready to process.
for now if have something like a bool ready flag set to false, and switch it in onProcess() ready = true;
not a drastic problem but setting it every bloc is prob not needed and efficient.
is there a way to get info when module is ready to process, or if not, could a possible procedure beeing added if not complex?