Forum Discussion

steve_hall's avatar
steve_hall
Contributor
13 years ago

WaitChild Not working?

Folks, The following line of code is producing a JScript "object expected" error:   if (Sys.Process("GEMS2").WaitChild(Form("GEMS2"),60000).Exists) My understanding was that, ...