Beispiel #1
0
			public VetoedException(JobRunShell shell)
			{
				enclosingInstance = shell;
			}
		/// <summary>
		/// Called by the <see cref="SchedulerSchedulerThread" /> to return instances of 
		/// <see cref="JobRunShell" />.
		/// </summary>
		public virtual void ReturnJobRunShell(JobRunShell jobRunShell)
		{
			jobRunShell.Passivate();
		}