JAMS Developer Guide
ReleaseType Enumeration


MVPSI.JAMS Namespace : ReleaseType Enumeration
Specifies how an entry should be released.
Syntax
'Declaration
 
<System.FlagsAttribute()>
Public Enum ReleaseType 
   Inherits System.Enum
'Usage
 
Dim instance As ReleaseType
[System.Flags()]
public enum ReleaseType : System.Enum 
Members
MemberDescription
ExecutionWaitContinueRelease from an execution wait to continue
ExecutionWaitRetryRelease from an execution wait to retry
IgnorePrerequisitesRelease from prerequisite wait
IgnoreResReqIgnore resource requirements
ManualHoldRelease from manual hold
NoneNo ReleaseType specified
RunAgainRelease to run again
TimedWaitRelease from timed wait
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.ReleaseType

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