Hi
In my protocol, I have a process (A) that runs for a significant amount of time period and I would like to click a button to execute another QAction (B), which mainly is as simple as setting a new parameter value, while the long process is being run.
I ran a few tests but it seems that QAction B always gets executed after A is finished running, not when the button is clicked. Is it the way that DataMiner is designed? If it is, then is there any way to achieve what I mentioned? Thanks in advance!
Paul
Paul,
Multithreading could also be a viable option for the use case above since the tasks executed by the QActions are logically decoupled.