/target is something that is asychronous to your code execution, probably because the client actually generates a packet and waits for a response when a target is changed. When you execute /target it is non-blocking, the result is that any subsequent code that depends upon the Target TLO being chang...