# Sandbox.SceneModel.AnimTagStatus

Enumeration that describes how the AnimGraph tag state changed. Used in [Sandbox.SceneModel.AnimTagEvent](/api/Sandbox.SceneModel.AnimTagEvent).

- Kind: enum
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Fields

- [`End`](/api/Sandbox.SceneModel.AnimTagStatus/End): The tag has become inactive
- [`Fired`](/api/Sandbox.SceneModel.AnimTagStatus/Fired): Tag was activated and deactivated on the same frame
- [`Start`](/api/Sandbox.SceneModel.AnimTagStatus/Start): The tag has become active
