JAMS 6.x Help
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
HaltedSetupLet halted Setup continue
IgnoreDependenciesRelease from dependency wait
IgnorePrecheckRelease from precheck wait
IgnoreResReqIgnore resource requirements
ManualHoldRelease from manual hold
NoneNo ReleaseType specified
RunAgainRelease to run again
StepWaitRelease from step wait
TimedWaitRelease from timed wait
TimeSlotWaitRelease from time slot 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

Send Feedback