Animatroller.Framework.LogicalDevice.SinglePixel.StopEffect C# (CSharp) Method

StopEffect() public method

public StopEffect ( ) : void
return void
        public void StopEffect()
        {
            if (this.effectJob != null)
                this.effectJob.Stop();
        }