JAMS Developer Guide
HistoryColumnType Enumeration


MVPSI.JAMSWeb.Controls Namespace : HistoryColumnType Enumeration
Identifies the different History columns.
Syntax
'Declaration
 
Public Enum HistoryColumnType 
   Inherits System.Enum
'Usage
 
Dim instance As HistoryColumnType
public enum HistoryColumnType : System.Enum 
Members
MemberDescription
AgentNameThe agent that ran this Job.
AvgElapsedTimeThe Average Elapsed Time for this Job.
BatchQueueThe batch queue used by this run.
BufferedIOCountThe buffered I/O count for this run.
CheckpointDataThe value of the checkpoint data when this run was restarted.
CompletionTimeThe date and time that this Job completed.
CpuTimeThe Cpu time consumed by this run.
DebugModeTrue if this was a debug run. Debug runs don't satisfy dependencies or fire triggers.
DirectIOCountThe direct I/O count for this run.
ElapsedTimeThe Elapsed Time for this run.
EntryTypeType of History entry. There are three types: Job, Setup, and Command Procedure.
FinalSeverityThe final severity for this run.
FinalStatusThe final status for this run.
FinalStatusCodeThe final status for this run.
HoldTimeThe date and time that this Job was supposed to start.
JAMSEntryThe JAMS entry number for this run of the Job.
JobIDThe Job ID.
JobNameThe Job Name.
JobStatusThe final value of the JobStatus text.
LoadedFromThe JAMS Server that this run is from.
LogFilenameThe name of the log file for this run.
MasterRONThe master run occurrence Number. If this was a member of a multi-job Setup, this number identifies the parent Setup.
MaxElapsedTimeThe Maximum recorded Elapsed Time for this Job.
MinElapsedTimeThe Minimum recorded Elapsed Time for this Job.
NoteThe note added to this run when it was submitted.
OSEntryThe operating system's entry number, if any.
OverrideJobNameThe override name for this run.
PageFaultsThe number of page faults encountered by this run.
ProcessIDThe operating system's process identifier for this run.
RestartCountThe restart count for this run. It is zero for the initial run and is incremented each time the Job is restarted.
RestartSequenceThe restart sequence for this run. It is zero for the initial run and is incremented each time the Job is restarted.
RONThe run occurrence number.
RRONThe run occurrence number.
ScheduledTimeThe date and time that this Job was submitted to the JAMS schedule.
SetupIDThe Setup ID.
StartTimeThe date and time that this Job actually started.
SubmittedByThe identity of the user who submitted this run.
UserNameThe username that this run used.
WorkingSetPeakThe peak working set size for this run.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMSWeb.Controls.HistoryColumnType

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.JAMSWeb.Controls Namespace