JAMS Developer Guide
HistoryType Enumeration


MVPSI.JAMS Namespace : HistoryType Enumeration
Type of JAMS History entry. JAMS keeps track of Job run history. History entries can be one of three types: Job, Setup, or Command Procedure.
Syntax
'Declaration
 
Public Enum HistoryType 
   Inherits System.Enum
'Usage
 
Dim instance As HistoryType
public enum HistoryType : System.Enum 
Members
MemberDescription
CommandProcedureUnregistered job
JobJob
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.HistoryType

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