Do timers continue when the app is closed?
Yes. Timers are based on their target time, not on the app staying open in the foreground. You do not need to keep LongTimer visible for a timer to continue.
However, iOS controls background activity and notification delivery. Opening the app from time to time can help refresh widgets, Watch data and sync state.