use sipmly triger
examle
on start
mess1[chek] = true
mess2[chek] = true
mess3[chek] = true
before send chek trigger
if (mess3[chek] == true) {
mess3[chek] = fale;
send(msg ->
Can I use BAS methods asynchronously?
-
I want to use "wait for text" or community module "waiting for selectors" asynchronously. Is that possible?
My main goal is to increase speed. For example if I use "waiting for selectors" to wait for an error message, I still have to wait even if the process continues without any issues. So there is a 10 20 seconds timeout for an error that didn't happen.