Version

ProjectTaskConstraintWarningType Enumeration

Represents the various types of warnings which can occur with a task's constraint.
Syntax
'Declaration
 
Public Enum ProjectTaskConstraintWarningType 
   Inherits System.Enum
public enum ProjectTaskConstraintWarningType : System.Enum 
Members
MemberDescription
ChangeConstraintTypeOccurs when a change on a task will cause the ProjectTask.ConstraintType change automatically.
ConstraintConflictsWithSubtaskConstraintOccurs when ProjectSettings.AlwaysHonorTaskConstraintDates is True and a subtask cannot honor both its summary constraint and its own. In this case, the task associated with the event, and the one which will be modified if the ModifyConstraint action is used is the lowest level summary constraint which conflicts with the subtask.
PossibleFutureConflictOccurs when a future conflict could occur based on the constraint applied to a task. This can happen if a MustStartOn, MustFinishOn, StartNoLaterThan, or FinishNoLaterThan constraint is applied to the successor of a dependency in a project scheduled from the start date. If the project is scheduled from the finish date, this can happen if a MustStartOn, MustFinishOn, StartNoEarlierThan, or FinishNoEarlierThan constraint is applied to the predecessor of a dependency.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also