Catrobat.IDE.WindowsPhone.Controls.ProcessIcon.StopTransformationThread C# (CSharp) Method

StopTransformationThread() public method

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