There is a signal that fires when something enters the area and a signal that emits when something exits the area. Implement a state flag that is set on enter and cleared on exit. You can then query that flag at any time to check if the thing is in the area or not.
(post deleted by author)
How do I do that?