I have an event case and i want to determine if it is being executed.
I tried to set a true/false constant inside the event case but i can only get a value if it is running. Otherwise i get nothing. I want to output this boolean constant so that if the event case is running, it returns true; otherwise it is a false.