How do I stop a Countdown after an animation is over?

Take the return off the timer and promote it to a variable (Timer Handle).
Create an event (Stop Timer). Run an isvalid on the timer handle. If valid its running, call clear and invalidate timer by handle.

In your door actor you need to get a reference to the timer class. When the door finishes (timeline finish pin) call the Stop Timer event on the timer class.