'Declaration
<System.FlagsAttribute()> Public Enum ReleaseType Inherits System.Enum
'Usage
Dim instance As ReleaseType
[System.Flags()] public enum ReleaseType : System.Enum
'Declaration
<System.FlagsAttribute()> Public Enum ReleaseType Inherits System.Enum
'Usage
Dim instance As ReleaseType
[System.Flags()] public enum ReleaseType : System.Enum
Member | Description |
---|---|
ExecutionWaitContinue | Release from an execution wait to continue |
ExecutionWaitRetry | Release from an execution wait to retry |
IgnorePrerequisites | Release from prerequisite wait |
IgnoreResReq | Ignore resource requirements |
ManualHold | Release from manual hold |
None | No ReleaseType specified |
RunAgain | Release to run again |
TimedWait | Release from timed wait |
System.Object
System.ValueType
System.Enum
MVPSI.JAMS.ReleaseType
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