MVPSI.JAMS Namespace : StateType Enumeration |
'Declaration
<System.FlagsAttribute()> Public Enum StateType Inherits System.Enum
'Usage
Dim instance As StateType
[System.Flags()] public enum StateType : System.Enum
Member | Description |
---|---|
Any | Any state. |
Completed | Completed jobs. |
Dependency | Jobs waiting for dependencies. |
Executing | Executing jobs. |
Halted | Jobs waiting for their schedule window. |
Holding | Jobs that are held until manually released. |
None | None means any state |
Pending | Pending jobs. |
Precheck | Jobs waiting for their Precheck job. |
Resource | Jobs waiting for their schedule window. |
Retained | Jobs that are completed and retained. |
Runaway | Runaway jobs. |
Stalled | Stalled jobs. |
Step | Jobs waiting for their schedule window. |
Timed | Jobs waiting until their scheduled time. |
Waiting | The same as specifying Dependency, Precheck, and Window. |
Window | Jobs waiting for their schedule window. |
System.Object
System.ValueType
System.Enum
MVPSI.JAMS.StateType
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