JAMS Developer Guide
EntryState Enumeration


MVPSI.JAMS Namespace : EntryState Enumeration
Entry states. An entry is in one and only one state at a time.
Syntax
'Declaration
 
Public Enum EntryState 
   Inherits System.Enum
'Usage
 
Dim instance As EntryState
public enum EntryState : System.Enum 
Members
MemberDescription
CompletedCompleted
CompletedKeptCompletedKept
ConcurrentLimitMaximum number of concurrent jobs reached.
ExecutingExecuting
HeldHeld
IdleIdle
MissingMissing
NoneNone
PendingPending
PrerequisiteWaitPrerequisiteWait
RequirementWaitRequirementWait
ReschedulingRescheduling
ResourceWaitResourceWait
ScheduledScheduled
StartingStarting
TimedTimed
WaitingToRetryWaiting to retry
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.EntryState

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