session.RunMacro
I'm building a Jlink app.
I need that, the Jlink app run a specific macro in the middle of my code. First I need to select a part to show a layer of the selected part. It's working fine!
Then I need to run a macro, doing the session.RunMacro function. And it also works, then after this, i need to continue my code, and do some other actions. But don't understand why, but all of the jlink actions are running in sequence, the session.RunMacro is ignored, and executed, only at the end of my code! I would need this to be executed when I need to be executed.
Any idea?

