How to interrupt a Behavior Tree's processing?

It may work.

Look this reference node:
Behavior Tree Node Reference: Composites

But It will be updated only when AimTo task is running, in other hand, if you add that check to the sequence, it will update while the sequence is on.

By the way, did you make it work?