Check if a unit is being resurrected. You can pass either a unitID ("player", "party1", "target") or a unit name ("Cladhaire", "Vanhoeffen").
See also Spell functions.
Signature:
isBeingRessed = UnitHasIncomingResurrection("unit")
Arguments:
unit- A unit to query (string, unitID)
Returns:
isBeingRessed- true if the unit is being resurrected; otherwise false (boolean)