Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cannot use GUI when running script with .waitForCompletion()

Status
Not open for further replies.

husgutt

Mechanical
Joined
Mar 12, 2013
Messages
18
Location
NO
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top