Version

ProjectTaskWarningType Enumeration

Represents the various types of warnings which can occur with a task.
Syntax
'Declaration
 
Public Enum ProjectTaskWarningType 
   Inherits System.Enum
public enum ProjectTaskWarningType : System.Enum 
Members
MemberDescription
ConstraintOrDependencyCannotBeEnforcedOccurs when it is not possible to enforce both a task's constraint and its dependencies because it one or more would be violated in the process. If this warning is allowed, what is enforced depends on the ProjectSettings.AlwaysHonorTaskConstraintDates setting.
DeleteRootTaskOccurs when the Project.RootTask is deleted.
DeleteSummaryTaskOccurs when a summary task is deleted because its subtasks would also be automatically deleted.
TaskMovedAfterProjectFinishOccurs when a task's finish value is scheduled or set to be after the project finish in a project scheduled from the finish date.
TaskMovedBeforeProjectStartOccurs when a task's start value is scheduled or set to be before the project start in a project scheduled from the start date.
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