JAMS Developer Guide
History Class Members
Properties  Methods  Events


MVPSI.JAMS Namespace : History Class

The following tables list the members exposed by History.

Public Constructors
 NameDescription
Public ConstructorCreates a new History.  
Top
Public Properties
 NameDescription
Public PropertyGets a list of audit trail events for this entry.  
Public PropertyGets the Average Elapsed Time for this Job in seconds.  
Public PropertyGets the Average Elapsed Time for this Job.  
Public Property  
Public PropertyGets the date and time that this Job completed.  
Public PropertyGets the UTC date and time that this Job completed.  
Public Property  
Public PropertyGets the debug mode for this run. True if this was a debug run. Debug runs don't satisfy dependencies or fire triggers.  
Public Property  
Public PropertyGets the Elapsed Time for this run in seconds.  
Public PropertyGets the Elapsed Time for this run.  
Public PropertyA collection of elements that apply to this Job  
Public PropertyType of History entry. There are three types: Job, Setup, and Command Procedure.  
Public PropertyGets an error message that describes the errors in the object. (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyGets the Execution Priority  
Public PropertyGets the final severity for this run.  
Public PropertyGets the final status for this run.  
Public PropertyGets the final status for this run.  
Public PropertyThe 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 PropertyGets the Held flag  
Public PropertyGets and sets history ID  
Public PropertyGets the date and time that this Job was supposed to start.  
Public PropertyGets the UTC date and time that this Job was supposed to start.  
Public PropertyGets the Icon message for this run.  
Public PropertyIs this object in the middle of an edit? (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyGets 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 PropertyGets the type of event that initiated this entry.  
Public PropertyGets a GUID that identifies the object that initiated this entry. This is often the ElementUid of an element.  
Public PropertyReturns any error messages currently associated with this column. (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyGets the JAMS entry number for this run of the Job.  
Public PropertyGets the JAMS ID for this entry.  
Public PropertyGets the complete Job definition.  
Public PropertyGets the Job ID.  
Public PropertyGets the job name.  
Public PropertyGets the final value of the JobStatus text.  
Public PropertyGets the JAMS Server that this run is from.  
Public PropertyGets a Stream to the History entries Log File.  
Public PropertyGets the name of the log file for this run.  
Public PropertyGets the Maximum recorded Elapsed Time for this Job in seconds.  
Public PropertyGets the Maximum recorded Elapsed Time for this Job.  
Public PropertyGets the Minimum recorded Elapsed Time for this Job in seconds.  
Public PropertyGets the Minimum recorded Elapsed Time for this Job.  
Public PropertyThe 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 PropertyThe 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 PropertyGets the note added to this run when it was submitted.  
Public Property  
Public PropertyGets the list of Parameters for this Job.  
Public PropertyGets the Parent Folder ID for this Job.  
Public PropertyGets the Parent Folder Name for this Job.  
Public PropertyGets RRON of the parent.  
Public PropertyGets the operating system's process identifier for this run.  
Public PropertyA collection of PropertyValues for this Job  
Public PropertyGets the restart count for this run. It is zero for the initial run and is incremented each time the Job is restarted.  
Public PropertyGets the run occurance number.  
Public PropertyGets the restarted run occurance number. This is a combination of the RestartCount and the MasterRON  
Public PropertyGets the date and time that this Job was submitted to the JAMS schedule.  
Public PropertyGets the UTC date and time that this Job was submitted to the JAMS schedule.  
Public PropertyGets the Scheduling Priority  
Public PropertyA collection of elements that make up the source code for this job  
Public PropertyGets the date and time that this Job actually started.  
Public PropertyGets the UTCdate and time that this Job actually started.  
Public PropertyGets the status icon.  
Public PropertyGets the identity of the user who submitted this run.  
Public PropertyThe Tags object manages the tags applied to this History.  
Public PropertyThe 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 PropertyGets a list of workflow tracking records for this entry  
Public Property  
Top
Public Methods
 NameDescription
Public MethodStarts an edit of this object. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodCancels an edit of this object. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodClears the error message for a property. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodClearModified is designed to be used internally and should not be called from end-user code. Call Update() which saves the modifications and then calls ClearModified. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodImplementation of IComparable CompareTo. Compare this instance to the one specified.  
Public MethodEnds an edit of this object. Any changes are saved. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodCompare two History object to see if they represent the same run.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Searches for job execution history which matches the selection criteria.  
Public MethodReturn a hash code for this history entry.  
Public Methodstatic (Shared in Visual Basic)Loads a history object from a job ID and a history ID on a specified server  
Public MethodSets the error message for a property. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodMarks the object as modified. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodString representation of a JAMS history entry.  
Public MethodOverridden. UndoEdits is not supported. History entries cannot be modified.  
Public MethodOverridden. Updates to History are not supported.  
Public MethodThe Validate method is a virtual method used to validate the object. The default implantation does no validation it simply marks the object as valid. (Inherited from MVPSI.JAMS.BasePublicObject)
Top
Protected Methods
 NameDescription
Protected MethodAttempts to raise the PropertyChanged event (Inherited from MVPSI.JAMS.BasePublicObject)
Protected MethodAttempts to raise the PropertyChanging event (Inherited from MVPSI.JAMS.BasePublicObject)
Protected MethodSaveOriginal is called when an edit is about to begin. You override this method to save the original values. (Inherited from MVPSI.JAMS.BasePublicObject)
Top
Public Events
 NameDescription
Public EventEvent Handler for Property Changed Event (Inherited from MVPSI.JAMS.BasePublicObject)
Public EventEvent Handler for Property Changing Event (Inherited from MVPSI.JAMS.BasePublicObject)
Top
Public Operators
Overload the "==" operator
Overload the ">" operator
Overload the ">=" operator
Overload the "!=" operator
Overload the "<" operator
Overload the "<=" operator
Top
See Also

Reference

History Class
MVPSI.JAMS Namespace