Hi,
The best way to achieve this is to not trigger a finish event within the Int interpolate action, but instead have the very last action on that state comparing the current value with the target value, if it's equal or more then move out of the state.
that's typically a very good logical structure for complex states content, not just for this case.
Bye,
Jean