Set the Immutable property to "True" to indicate that the value of this property will not change regardless of when it is evaluated. This means that the first time this condition is evaluated, the result is cached. Anytime the condition is evaluated after that, the cached result is returned rather than the condition being re-evaluated.

Set this property to "False" to re-evaluated the condition every time.