JAMS Developer Guide
MaxDownAction Enumeration


MVPSI.JAMS Namespace : MaxDownAction Enumeration
Action to take if downtime exceeds the maximum (reset, fail or continue)
Syntax
'Declaration
 
Public Enum MaxDownAction 
   Inherits System.Enum
'Usage
 
Dim instance As MaxDownAction
public enum MaxDownAction : System.Enum 
Members
MemberDescription
ContinueContinue schedule from current state when JAMS scheduler service starts
HaltDisables start of JAMS scheduler service and forces user to take an action
ResetClear current schedule and pick up at current schedule state when JAMS scheduler service starts
UnknownUnknown action
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.MaxDownAction

Requirements

Target Platforms: 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

Reference

MVPSI.JAMS Namespace