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

Wait() public method

public Wait ( ) : Job
return Job
            public Job Wait()
            {
                // Wait for iterations to be completed
                this.IterationsCompleteWaitHandle.WaitOne();

                return this;
            }