Forum Discussion
Ryan_Moran
11 years agoValued Contributor
//This should be sufficient to pause script execution until the window is closed
while(Add_Template_Window.Exists){
Delay(1000, "Waiting for window to close...");
}
//This should be sufficient to pause script execution until the window is closed
while(Add_Template_Window.Exists){
Delay(1000, "Waiting for window to close...");
}