Returns whether or not the animation group is pending finish
Signature:
isPending = AnimationGroup:IsPendingFinish()
Returns:
isPending- Whether or not the animation group is currently pending a finish command. Since theFinish()method does not immediately stop the animation group, this method can be used to test ifFinish()has been called and the group will finish at the end of the current loop. (boolean)