Determine if 'Test' was used for piston execution


#1

For reasons…I would like to determine if the piston was executed with ‘Test’. Currently using a hack with the remoteAddr passed in $args and it works, but is there a better solution?


#2

can you see if $currentEventAttribute is test?

See:

2nd example


#3

Bingo! Thanks. Works as requested.