MonkeyWrench.Job.Terminate C# (CSharp) Méthode

Terminate() public méthode

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