Mouseover Interupt

Is the below macro correct for using Silence on mouseover?

#showtooltip
/stopcasting
/cast [target=mouseover,exists] Silence; Silence

Stopcasting is built-in these days so it’s redundant.

#showtooltip
/cast [@mouseover,harm,nodead] [] Silence

Perfect! Thanks man!