getEffectLevel

open fun getEffectLevel(): Float

Calculates how "effective" the system is based on its state and the time remaining in that state. If IN, then calculation is getStateCompleteRatio If ACTIVE, then 1f is returned. If OUT, then calculation is 1 - getStateCompleteRatio Otherwise, returns 0f.

Return

effectLevel