| Name | Description |
 | AuditTrail | Gets a list of audit trail events for this entry. |
 | AvgElapsedSeconds | Gets the Average Elapsed Time for this Job in seconds. |
 | AvgElapsedTime | Gets the Average Elapsed Time for this Job. |
 | BatchQueue | Gets the batch queue used by this run. |
 | BufferedIOCount | Gets the buffered I/O count for this run. |
 | CompletionTime | Gets the date and time that this Job completed. |
 | CompletionTimeUTC | Gets the UTC date and time that this Job completed. |
 | CpuTime | Gets the Cpu time consumed by this run. |
 | DebugMode | Gets the debug mode for this run. True if this was a debug run. Debug runs don't satisfy dependencies or fire triggers. |
 | DirectIOCount | Gets the direct I/O count for this run. |
 | DisplayName | The DisplayName is either the Job name or an override name if specified. |
 | ElapsedSeconds | Gets the Elapsed Time for this run in seconds. |
 | ElapsedTime | Gets the Elapsed Time for this run. |
 | EntryType | Type of History entry. There are three types: Job, Setup, and Command Procedure. |
 | Error | Gets an error message that describes the errors in the object. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | FinalSeverity | Gets the final severity for this run. |
 | FinalStatus | Gets the final status for this run. |
 | FinalStatusCode | Gets the final status for this run. |
 | FolderID | Gets the Folder ID for this Job. |
 | FolderName | Return the fully qualified Folder name to which this Job belongs |
 | HasErrors | The HasErrors property can be used to determine if the object has any errors. If the object needs to be validated, it is done before returning. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | HoldTime | Gets the date and time that this Job was supposed to start. |
 | HoldTimeUTC | Gets the UTC date and time that this Job was supposed to start. |
 | InEdit | Is this object in the middle of an edit? (Inherited from MVPSI.JAMS.BasePublicObject) |
 | InitiatorID | Gets an identifier of an object that initiated this entry. For an InitiatorType of Trigger, this is the TriggerID. For an InitiatorType of Notify, Recover, Precheck and RepeatSubmit, this is a JAMS Entry. |
 | InitiatorType | Gets the type of event that initiated this entry. |
 | InitiatorTypeValue | The integer value of the InitiatorType. This is required to support different versions on client and server |
 | Item | Returns any error messages currently associated with this column. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | JAMSEntry | Gets the JAMS entry number for this run of the Job. |
 | JAMSId | Gets the JAMS Id for this entry. |
 | Job | Gets the complete Job definition. |
 | JobID | Gets the Job ID. |
 | JobName | Gets the job name. |
 | JobStatus | Gets the final value of the JobStatus text. |
 | LoadedFrom | Gets the JAMS Server that this run is from. |
 | LogFile | Gets a Stream to the History entries Log File. |
 | LogFilename | Gets the name of the log file for this run. |
 | MasterRON | Gets the master run occurance Number. If this was a member of a multi-job Setup this number identifies the parent Setup. |
 | MasterRRON | Gets the master restarted run occurance Number. This is a combination of the RestartCount and the MasterRON |
 | MaxElapsedSeconds | Gets the Maximum recorded Elapsed Time for this Job in seconds. |
 | MaxElapsedTime | Gets the Maximum recorded Elapsed Time for this Job. |
 | MinElapsedSeconds | Gets the Minimum recorded Elapsed Time for this Job in seconds. |
 | MinElapsedTime | Gets the Minimum recorded Elapsed Time for this Job. |
 | Modified | The Modified property keeps track of modified state of this object. You cannot set the Modified property. If you modify the object, the modified property will be true until you end or cancel the update. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | NewObject | The NewObject property indicates that this object has just been created and has never been saved on a JAMS Server. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | NodeName | Gets the node that ran this job. |
 | Note | Gets the note added to this run when it was submitted. |
 | OverrideJobName | Gets the override name for this run. |
 | PageFaults | Gets the number of page faults encountered by this run. |
 | ProcessID | Gets the operating system's process identifier for this run. |
 | RestartCount | Gets the restart count for this run. It is zero for the initial run and is incremented each time the Job is restarted. |
 | RON | Gets the run occurance number. |
 | RRON | Gets the restarted run occurance number. This is a combination of the RestartCount and the MasterRON |
 | ScheduledTime | Gets the date and time that this Job was submitted to the JAMS schedule. |
 | ScheduledTimeUTC | Gets the UTC date and time that this Job was submitted to the JAMS schedule. |
 | Setup | Gets the complete Setup definition. |
 | SetupID | Gets the Setup ID. |
 | StartTime | Gets the date and time that this Job actually started. |
 | StartTimeUTC | Gets the UTCdate and time that this Job actually started. |
 | StatusImage | Gets the status icon. |
 | SubmittedBy | Gets the identity of the user who submitted this run. |
 | UserName | Gets the username that this run used. |
 | Validated | The Validated property keeps track of the validation state of this object. If the object has been modified, Validated will be false until the object has been successfully validated by the Validate method. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | WFTracking | Gets a list of workflow tracking records for this entry |
 | WorkingSetPeak | Gets the peak working set size for this run. |