husgutt
Mechanical
- Mar 12, 2013
- 18
Hello!
I have a script that loops over a model and changes input parameters. I have enabled .waitForCompletion() so that I can pull out some data from each job.
My problem is that while .waitForCompletion() is running, I cannot use the interface. I would very much just like the jobs to run in the background, as they do when I submit a job without my script.
Is there a way to do both?
Thank you for any help that might lead me to figure this out
Tore
I have a script that loops over a model and changes input parameters. I have enabled .waitForCompletion() so that I can pull out some data from each job.
My problem is that while .waitForCompletion() is running, I cannot use the interface. I would very much just like the jobs to run in the background, as they do when I submit a job without my script.
Is there a way to do both?
Thank you for any help that might lead me to figure this out
Tore