Catrobat.IDE.WindowsPhone.Controls.ProcessIcon.StopTransformationThread C# (CSharp) Méthode

StopTransformationThread() public méthode

public StopTransformationThread ( ) : void
Résultat void
        public void StopTransformationThread()
        {
            ServiceLocator.DispatcherService.RunOnMainThread(() => StoryboardAnimation.Stop());
        }