JAMS 6.x Help
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.
DependencyJobs waiting for dependencies.
ExecutingExecuting jobs.
HaltedJobs waiting for their schedule window.
HoldingJobs that are held until manually released.
NoneNone means any state
PendingPending jobs.
PrecheckJobs waiting for their Precheck job.
ResourceJobs waiting for their schedule window.
RetainedJobs that are completed and retained.
RunawayRunaway jobs.
StalledStalled jobs.
StepJobs waiting for their schedule window.
TimedJobs waiting until their scheduled time.
WaitingThe same as specifying Dependency, Precheck, and Window.
WindowJobs waiting for their schedule window.
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