BrandonH
9 years agoContributor
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...