| Name | Description |
| Agent | Gets the Agent for the Entry |
| AgentID | Gets the Agent for the Entry |
| AgentName | Gets the name of the Agent for the Entry |
| AuditTrail | Gets a list of audit trail events for this entry. |
| AvgElapsedTime | Gets the average elapsed time for this job. |
| BatchQueue | Gets or sets the batch queue that this entry should be submitted to. This overides the default batch queue that is specified in the entry's folder definition. |
| BatchQueueID | Gets the BatchQueueID that the Entry is submitted to. This property is designed to be used by JAMS, not user code. |
| BatchQueueName | Gets the batch queue name for this entry |
| CompletionTime | Gets the date and time that this entry completed. |
| CompletionTimeUTC | Gets the UTC date and time that this entry completed. |
| CurrentState | Gets or Sets this Entry's state. |
| Debug | Gets the debug mode for this run. True if this was a debug run. Debug runs don't satisfy dependencies or fire triggers. |
| DisplayName | Gets the preferred name for the Job (optional) |
| Elements | Get the list of Elements for this entry. |
| Error | Gets an error message that describes the errors in the object. (Inherited from MVPSI.JAMS.BasePublicObject) |
| ExecuteAsID | Gets the ID of the JAMS Credential used to execute this entry |
| ExecuteAsName | Gets the name of the JAMS Credential used to execute this entry |
| ExecutingAgentID | Gets the ID of agent that is actually executing the job. This cannot be set, it is automatically set when a job starts. This property is designed to be used by JAMS, not user code. |
| ExecutionPriority | Gets the execution priority for this job. |
| FinalSeverity | Gets the final severity for this run. |
| FinalStatus | Gets the final status for this run. |
| FinalStatusCode | Gets the final status for this run. |
| 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) |
| Held | Gets the Held property. Returns true if this entry is currently Held. |
| HoldTime | Gets the HoldTime property. This entry will be released to run at this time. |
| HoldTimeUTC | Gets the HoldTime property. This entry will be released to run at this UTC time. |
| Icon | Gets the type of event that initiated this entry. |
| IconMessage | Get or set a message associated with the current icon. |
| IconPermanent | When true, the overriden Icon will persist through the entry's lifecycle. |
| 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. |
| InitiatorUid | Gets a GUID that identifies the object that initiated this entry. This is often the ElementUid of an element. |
| 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 entry. |
| JAMSId | Gets the JAMS Id for this Entry. |
| Job | Gets the complete Job definition. |
| JobID | Gets the ID of the job. This property is designed to be used by JAMS, not user code. |
| JobName | Gets the name of the Job |
| JobStatus | Gets the JobStatus text. |
| LoadedFrom | Gets the JAMS Server that this run is from. |
| LogFile | Gets a Stream which contains the LogFile for this entry. |
| LogFilename | Gets the Log filename for this Entry. |
| MethodId | Gets the the Execution Method ID for this entry. This property is designed to be used by JAMS, not user code. |
| MethodName | Gets the name of the entry's execution method. |
| MinimumSeverity | |
| 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) |
| Name | Gets the preferred job name (the default can be overriden by DisplayName property) |
| 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) |
| Note | Gets the note added to this run when it was submitted. |
| OriginalHoldTime | Gets the Original HoldTime property. This is the value of the HoldTime property when this Entry was originally placed into the schedule. |
| OriginalHoldTimeUTC | Gets the Original HoldTime property. This is the value of the HoldTime property when this Entry was originally placed into the schedule UTC time. |
| Parameters | Gets the list of Parameters for this entry. |
| ParentFolderID | Gets the Entry's parent folder ID. |
| ParentFolderName | Gets the fully qualified name of the entry's parent folder. |
| ProcessID | Gets the operating system's process identifier for this run. |
| Properties | Gets the list of Properties for this entry. |
| ReconnectAgentName | Gets the actual DNS name of the machine the job started on. This may not be an agent that is defined in JAMS. This name is used if JAMS needs to reconnect to the executing job. |
| RestartCount | Gets the RestartCount property. If this Entry has been restarted the value here indicates how many restarts have occured. |
| RetainOption | Specifies the disposition of this entry when it completes. All entries are retained in a "completed" state for some perion of time. |
| RetainTime | Gets the length of time the Entry should be retained when the retain option is set to "Timed". |
| RON | /// Gets the run occurance number. |
| ScheduledTime | Gets the date and time that this entry was submitted to the JAMS schedule. |
| ScheduledTimeUTC | Gets the UTC date and time that this Entry was submitted to the JAMS schedule. |
| SchedulingPriority | Gets the SchedulingPriority property. |
| Source | A snapshot of the Entry's source for this instance of the Entry. |
| SourceElements | Gets the collection of elements that make up the source code for this Entry |
| StartTime | Gets the date and time that this entry actually started. |
| StartTimeUTC | Gets the UTC date and time that this entry actually started. |
| SubmittedBy | Gets the identity of the user who submitted this run. |
| Tags | The Tags object manages the tags applied to this Entry. |
| TempFilename | Gets the full path to this Entry's temp file. |
| TodaysDate | Gets the TodaysDate property. This is used as an anchor to translate english-language date specifications into DateTime values. |
| 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) |
| WFInstance | Gets or Sets this Entry's workflow instance id |
| WFNextTimer | Gets or Sets the next workflow event. This is used internally and should not change. |
| WFState | Gets or Sets this Entry's workflow State |
| WFTracking | Gets a list of workflow tracking records for this entry. |