JAMS 6.x Help
JobState Enumeration


Job states. An entry is in one and only one state at a time.
Syntax
'Declaration
 
Public Enum JobState 
   Inherits System.Enum
'Usage
 
Dim instance As JobState
public enum JobState : System.Enum 
Members
MemberDescription
CompletedCompleted
CompletedKeptCompletedKept
DependencyWaitDependencyWait
ExecutingExecuting
HeldHeld
IdleIdle
MissingMissing
NoneNone
PendingPending
PrecheckWaitPrecheckWait
ReschedulingRescheduling
ResourceWaitResourceWait
ScheduledScheduled
StartingStarting
StepWaitStepWait
TimedTimed
TimeWindowTime Window
WaitingToRetryWaiting to retry
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.JobState

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