JAMS Developer Guide
EntryState Enumeration


MVPSI.JAMSServer Namespace : EntryState Enumeration
Defines the state of a job
Syntax
'Declaration
 
Public Enum EntryState 
   Inherits System.Enum
'Usage
 
Dim instance As EntryState
public enum EntryState : System.Enum 
Members
MemberDescription
CompletedJob is Completed
DisconnectedJob is Disconnected
ExecutingJob is Executing
NoneJob State is unknown or no other
StartingJob is Starting
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMSServer.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.JAMSServer Namespace