Version

ProjectTaskWarningAction Enumeration

Represents the various actions possible when a warning occurs on a task.
Syntax
'Declaration
 
Public Enum ProjectTaskWarningAction 
   Inherits System.Enum
public enum ProjectTaskWarningAction : System.Enum 
Members
MemberDescription
CancelCancel the change which caused the warning. If other warnings were previously accepted and the current warning is cancelled, they will be cancelled as well.
ContinueContinue applying the action or conflict. Note: when this value is used for the DeleteRootTask warning, and exception will eventually be thrown and an error message shown to the user because the root task cannot be deleted.
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