MonkeyWrench.Job.Terminate C# (CSharp) 메소드

Terminate() 공개 메소드

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