How to run a simulation case using CaseRunner function?
问题 I'm currently working on a Petrel plug-in in which I need to run a simulation case (through a "For Loop"), I create my case runner, export it and the run it...but after finishing the simulation and closing the console, I check the CaseRunner.IsRunning property and it shows true ! This cause that the results have not been loaded to the petrel system. I tried to load the results manually after finishing the Run of my case (using caserunner and also using a batch file in my code) and I can't see