Hello I need to create one action that check that my supply BP is open Before going to next wpt.
closewindows()
wait(500, 1000)
openitem(mainbp, 'back')
wait(500, 1000)
openitem(supbp, mainbp, true)
wait(500, 1000)
resizewindows()
wait(500, 1000)
what can i put on last line to make sure it have opened SUPBP?