Version

TaskWorkingHourViolationAction Enumeration

Constants which describe the action to be taken when the TaskWorkingHourViolation event is fired.
Syntax
'Declaration
 
Public Enum TaskWorkingHourViolationAction 
   Inherits System.Enum
public enum TaskWorkingHourViolationAction : System.Enum 
Members
MemberDescription
AdjustThe task's StartDateTime or EndDateTime is adjusted around the non-working day/hours.
CancelThe task's start/end time reverts to the value to which it was set before the operation that triggered the event.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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