JAMS Developer Guide
StateType Enumeration


MVPSI.JAMS Namespace : StateType Enumeration
Flags that identify the states that an entry could be in.
Syntax
'Declaration
 
<System.FlagsAttribute()>
Public Enum StateType 
   Inherits System.Enum
'Usage
 
Dim instance As StateType
[System.Flags()]
public enum StateType : System.Enum 
Members
MemberDescription
AnyAny state.
CompletedCompleted jobs.
ExecutingExecuting jobs.
HoldingJobs that are held until manually released.
NoneNone means any state
PendingPending jobs.
PrerequisiteJobs waiting for their Prerequisites.
ResourceJobs waiting for their resources.
RetainedJobs that are completed and retained.
TimedJobs waiting until their scheduled time.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.StateType

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