MonkeyWrench.Job.Terminate C# (CSharp) Method

Terminate() public method

Terminate this job and all the processes within.
public Terminate ( ) : void
return void
		public virtual void Terminate ()
		{
			p.KillTree ();
		}