Forum Discussion

BrandonH's avatar
BrandonH
Contributor
9 years ago

Wait loop until no error

I'm trying to do the following to determine when a process has completed:   while (equals(i,false)) {  i = true; try {      ListViewObject.ClickItem(0,"COMPLETE"); } catch (err) { i = false...