JAMS Developer Guide
ElementState Enumeration


MVPSI.JAMS Namespace : ElementState Enumeration
Defines the current state of an element. Not all ElementTypes support all ElementStates.
Syntax
'Declaration
 
Public Enum ElementState 
   Inherits System.Enum
'Usage
 
Dim instance As ElementState
public enum ElementState : System.Enum 
Members
MemberDescription
AllocatedAllocated Element State
CanceledCanceled Element State
CompleteComplete Element State
DisabledDisabled Element State
EnabledEnabled Element State
ExecutingStarted Element State
FailedFailed Element State
FiredFired Element State
HaltedHalted Element State
HeldHeld Element State
IgnoredIgnored Element State
NotEvaluatedNotEvaluated Element State
PreallocatedPreallocated Element State
SkipHeld Element State
UnknownUnknown Element State
WaitingWaiting Element State
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.ElementState

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