Hi everyone,

I just have a quick question regarding functions. Is it possible to stop a function through code? For example, if I have function rotate() {} and inside that function at a given point, being able to stop it from executing?

Thanks!