This statechart won't leave the Running state based on the condition of a boolean variable (lowCases). What am I doing wrong? Here's the code for the transition:
While in the Running state, the variable (lowCases) switches to TRUE but the state won't change:
What am I missing?