JAMS 6.x Help
History Class Properties


For a list of all members of this type, see History members.

Public Properties
 NameDescription
Public PropertyAuditTrailGets a list of audit trail events for this entry.  
Public PropertyAvgElapsedSecondsGets the Average Elapsed Time for this Job in seconds.  
Public PropertyAvgElapsedTimeGets the Average Elapsed Time for this Job.  
Public PropertyBatchQueueGets the batch queue used by this run.  
Public PropertyBufferedIOCountGets the buffered I/O count for this run.  
Public PropertyCompletionTimeGets the date and time that this Job completed.  
Public PropertyCompletionTimeUTCGets the UTC date and time that this Job completed.  
Public PropertyCpuTimeGets the Cpu time consumed by this run.  
Public PropertyDebugModeGets the debug mode for this run. True if this was a debug run. Debug runs don't satisfy dependencies or fire triggers.  
Public PropertyDirectIOCountGets the direct I/O count for this run.  
Public PropertyDisplayNameThe DisplayName is either the Job name or an override name if specified.  
Public PropertyElapsedSecondsGets the Elapsed Time for this run in seconds.  
Public PropertyElapsedTimeGets the Elapsed Time for this run.  
Public PropertyEntryTypeType of History entry. There are three types: Job, Setup, and Command Procedure.  
Public PropertyErrorGets an error message that describes the errors in the object. (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyFinalSeverityGets the final severity for this run.  
Public PropertyFinalStatusGets the final status for this run.  
Public PropertyFinalStatusCodeGets the final status for this run.  
Public PropertyFolderIDGets the Folder ID for this Job.  
Public PropertyFolderNameReturn the fully qualified Folder name to which this Job belongs  
Public PropertyHasErrorsThe 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)
Public PropertyHoldTimeGets the date and time that this Job was supposed to start.  
Public PropertyHoldTimeUTCGets the UTC date and time that this Job was supposed to start.  
Public PropertyInEditIs this object in the middle of an edit? (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyInitiatorIDGets 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.  
Public PropertyInitiatorTypeGets the type of event that initiated this entry.  
Public PropertyInitiatorTypeValueThe integer value of the InitiatorType. This is required to support different versions on client and server  
Public PropertyItemReturns any error messages currently associated with this column. (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyJAMSEntryGets the JAMS entry number for this run of the Job.  
Public PropertyJAMSIdGets the JAMS Id for this entry.  
Public PropertyJobGets the complete Job definition.  
Public PropertyJobIDGets the Job ID.  
Public PropertyJobNameGets the job name.  
Public PropertyJobStatusGets the final value of the JobStatus text.  
Public PropertyLoadedFromGets the JAMS Server that this run is from.  
Public PropertyLogFileGets a Stream to the History entries Log File.  
Public PropertyLogFilenameGets the name of the log file for this run.  
Public PropertyMasterRONGets the master run occurance Number. If this was a member of a multi-job Setup this number identifies the parent Setup.  
Public PropertyMasterRRONGets the master restarted run occurance Number. This is a combination of the RestartCount and the MasterRON  
Public PropertyMaxElapsedSecondsGets the Maximum recorded Elapsed Time for this Job in seconds.  
Public PropertyMaxElapsedTimeGets the Maximum recorded Elapsed Time for this Job.  
Public PropertyMinElapsedSecondsGets the Minimum recorded Elapsed Time for this Job in seconds.  
Public PropertyMinElapsedTimeGets the Minimum recorded Elapsed Time for this Job.  
Public PropertyModifiedThe 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)
Public PropertyNewObjectThe NewObject property indicates that this object has just been created and has never been saved on a JAMS Server. (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyNodeNameGets the node that ran this job.  
Public PropertyNoteGets the note added to this run when it was submitted.  
Public PropertyOverrideJobNameGets the override name for this run.  
Public PropertyPageFaultsGets the number of page faults encountered by this run.  
Public PropertyProcessIDGets the operating system's process identifier for this run.  
Public PropertyRestartCountGets the restart count for this run. It is zero for the initial run and is incremented each time the Job is restarted.  
Public PropertyRONGets the run occurance number.  
Public PropertyRRONGets the restarted run occurance number. This is a combination of the RestartCount and the MasterRON  
Public PropertyScheduledTimeGets the date and time that this Job was submitted to the JAMS schedule.  
Public PropertyScheduledTimeUTCGets the UTC date and time that this Job was submitted to the JAMS schedule.  
Public PropertySetupGets the complete Setup definition.  
Public PropertySetupIDGets the Setup ID.  
Public PropertyStartTimeGets the date and time that this Job actually started.  
Public PropertyStartTimeUTCGets the UTCdate and time that this Job actually started.  
Public PropertyStatusImageGets the status icon.  
Public PropertySubmittedByGets the identity of the user who submitted this run.  
Public PropertyUserNameGets the username that this run used.  
Public PropertyValidatedThe 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)
Public PropertyWFTrackingGets a list of workflow tracking records for this entry  
Public PropertyWorkingSetPeakGets the peak working set size for this run.  
Top
See Also

Reference

History Class
MVPSI.JAMS Namespace

Send Feedback