Mecanim animation

All I need to know is if my animation state “Rifle_Reload” is not playing, but there is no documentation saying how to do this. I have looked at other answers but they don’t seem to work. I work in c#. Thanks

Use .enabled == true or false.