Forum Discussion

krogold's avatar
krogold
Regular Contributor
7 years ago

Conditional goto : is it possible to trigger on a OR condition ?

Hi, I'm using an asynchronous API so, in order to detect when my transaction is finished, I use a conditional goto that triggers when my condition becomes different from 'pending': this works perfec...