running
Returns whether the listenable is running or not, this is based on the parent listenable and if no parent is present, it will return the opposite of isDestructed.
When destructed, the listenable will not handle any events. This is likely to be overridden by the implementing class to provide a toggleable feature.
This can be ignored by handlers when ignoreNotRunning is set to true on the EventHook.