Add isOpen and isClosed functions to the generated API, these functions must not send commands but simply delegate the result of the AbstractActors isOpen / isClosed function.
Motivation
A way to check if it is still possibly to interact with an actor. Sending a command to a closed actor will cause an IllegalStateException.
Notes
depends on #8, add these functions to the new API super-class directly
Task
Motivation
A way to check if it is still possibly to interact with an actor. Sending a command to a closed actor will cause an IllegalStateException.
Notes