Beispiel #1
0
 public JobStep(string InParentPath, string InName, string InSubProcedure, bool InParallel, string InPreCondition, string InRunCondition, JobStepReleaseMode InReleaseMode)
 {
     ParentPath   = InParentPath;
     Name         = InName;
     SubProcedure = InSubProcedure;
     Parallel     = InParallel;
     PreCondition = InPreCondition;
     RunCondition = InRunCondition;
     ReleaseMode  = InReleaseMode;
 }
			public JobStep(string InParentPath, string InName, string InSubProcedure, bool InParallel, string InPreCondition, string InRunCondition, JobStepReleaseMode InReleaseMode)
			{
				ParentPath = InParentPath;
				Name = InName;
				SubProcedure = InSubProcedure;
				Parallel = InParallel;
				PreCondition = InPreCondition;
				RunCondition = InRunCondition;
				ReleaseMode = InReleaseMode;
			}