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

Resume() public method

public Resume ( ) : Job
return Job
            public Job Resume()
            {
                lock (lockObject)
                {
                    this.iterationsComplete.Reset();
                    this.running = true;
                }

                return this;
            }