interrupt
Returns if the target is casting a spell that can be interrupted.
interrupt() : boolean
Example
if interrupt() then return cast(Rebuke, 'target')end
Note
This does not check for range, so doing a quick check for your interrupt's range is advised.