How to store the Thread that results from the system.util.invokeAsynchronous call in a container property?

I tried to do something similar in this post. There is a workaround proposed using the system globals dictionary in that thread.

Essentially, Ignition doesn’t currently expose Python objects natively, but rather as “script wrapper” objects. Would be cool if the dev team had many some progress on it :wink: