Animatroller.Framework.Effect.MasterSweeper.Job.Stop C# (CSharp) Method

Stop() public method

public Stop ( ) : Job
return Job
            public Job Stop()
            {
                lock (lockObject)
                {
                    Pause();

                    this.action.Invoke(this.value1, this.value2, this.value3, true, this.valueTicks, true);
                }

                return this;
            }