enum class SequenceFinishNotifyState_t : uint8
{
    eDoNotNotify = 0,
    eNotifyWhenFinished = 1,
    eNotifyTriggered = 2,
};