CCArmatureAnimation problem

Hello everyone!
I’m new in cocos2d-x.

I have a problem with CCArmatureAnimation, because I don’t know how can I stop playing animation and then jump to first frame.
Because for now I can’t see difference between pause and stop.
I tried this, but with no luck:

this->getAnimation()->gotoFrame(0);
this->getAnimation()->stop();

Thank you just the same!