| Name | Description |
 | Agent | True if this Job is running on a remote system which has a JAMS Agent. |
 | AgentNode | Gets the node the Job is to run on. |
 | AltUserName | An alternate username that the execution method may require. |
 | AuditTrail | Gets a list of audit trail events for this entry. |
 | BatchQueue | Gets the batch queue used by this run. |
 | BatchQueueID | Gets and Sets the BatchQueueID for this CurJob. This property is designed to be used by JAMS, not user code. |
 | BatchQueueName | The name of this CurJob's BatchQueue. |
 | CompletionTime | Gets the date and time that this Job completed. |
 | CompletionTimeUTC | Gets the UTC date and time that this Job completed. |
 | CurrentState | Gets or Sets this CurJob's state. |
 | CurrentStep | Gets the CurrentStep property. For multi-job Setups this indicates which step is currently executing. |
 | DebugMode | Gets the debug mode for this run. True if this was a debug run. Debug runs don't satisfy dependencies or fire triggers. |
 | DependOK | Gets a boolean which indicates if the dependencies defined for this Job have been satisfied. |
 | Description | Gets a description of the entry. |
 | DetailID | Gets the Setup's DetailID which defines an instance of a Job. |
 | DisplayName | Gets the display name of the Job |
 | ElapsedTime | Gets the jobs current elapsed execution time. If the job has completed, the time is the total execution time of the job. |
 | 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. |
 | Halted | True when a multi-job Setup is halted. |
 | 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. |
 | IgnoreResReq | Gets the IgnoreResReq property. Returns true if the Job should ignore its resource requirments. |
 | 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 CurJob. |
 | JAMSId | Gets the JAMS Id for this CurJob. |
 | Job | Gets the complete Job definition. |
 | JobID | Gets the Job ID. |
 | JobName | Gets the name of the Job |
 | JobStatus | Gets the JobStatus text. |
 | KeepLogs | Gets the KeepLogs property. When set to true, the Job's log file is kept upon completion. |
 | LoadedFrom | Gets the JAMS Server that this run is from. |
 | LogFile | Gets a Stream which contains the LogFile for this CurJob. |
 | LogFileActive | Gets the boolean property which indicates if this Log filename is active for this CurJob. |
 | LogFilename | Gets the Log filename for this CurJob. |
 | MasterEntry | Gets the MasterEntry property. If this was a member of a multi-job Setup this number identifies the parent Setup's JAMSEntry. |
 | MasterRON | Gets the master run occurance Number. If this was a member of a multi-job Setup this number identifies the parent Setup. |
 | Message | A message explaining the state change. |
 | MissedWindowAction | Gets what actions should occur if this job misses it's scheduled window. |
 | 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) |
 | Monitor | Gets the Monitor property. Returns true if this entry is viewable in the JAMS Monitor. |
 | Name | Returns a name for the job, the DisplayName if there is one. Otherwise, the JobName. |
 | 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. |
 | NotifyOfMissedWindow | Gets the NotifyOfMissedWindow property. When set to true, notification will be performed if this job misses it's schedule window. |
 | NotifyUser | Gets the NotifyUser property. If set to true, the user who manually submits the job will be added to the notification list. |
 | OriginalHoldTime | Gets the Original HoldTime property. This is the value of the HoldTime property when this Job was originally placed into the schedule. |
 | OriginalHoldTimeUTC | Gets the Original HoldTime property. This is the value of the HoldTime property when this Job was originally placed into the schedule UTC time. |
 | Parameters | Gets the list of Parameters for this CurJob. |
 | ParentFolderID | Gets the Job's parent folder ID. |
 | Permanent | When true, the overriden Icon will persist through the entry's lifecycle. |
 | PrecheckCount | Gets the PrecheckCount property. If the Job or Setup definition allows the precheck Job to run on an interval this value indicates how many times the precheck Job has been released to run. |
 | PrecheckEntry | Gets the PrecheckEntry property. If a precheck Job is specified for this Job this value specifies the JAMSEntry number for that precheck Job. |
 | PrecheckInterval | Gets the interval between runs of the Job's Precheck job. |
 | PrecheckJob | Gets the JAMS Job that will serve as a Precheck Job for this Job. |
 | PrecheckJobID | Gets the ID of the precheck job. This property is designed to be used by JAMS, not user code. |
 | PrecheckTime | Gets the PrecheckTime property. This value indicates the next DateTime that this precheck Job will be released. |
 | PrecheckTimeUTC | Gets the PrecheckTime property. This value indicates the next UTC DateTime that this precheck Job will be released. |
 | Preprocessed | Gets the Preprocessed property. Returns true if this entry has been preprocessed. Jobs which are preprocessed have had their parameters evaluated and Job source created from the Job definition. |
 | ProcessID | Gets the operating system's process identifier for this run. |
 | Proxy | True if the process which is running this Job is a proxy. A proxy process runs a Job on a system not monitored by a JAMS Agent. In this case the statistics associated with the proxy process do not represent those of the real Job. |
 | QueueEntry | Gets the queue entry. This is for reference only and is used to link a JAMS entry to an O/S specific batch queue entry. |
 | Reports | Gets the list of Reports for this CurJob. |
 | Restartable | Gets the restartablity of this job. A restartable job can be aborted and restarted. |
 | RestartCount | Gets the RestartCount property. If this Job has been restarted the value here indicates how many restarts have occured. |
 | RetainOption | Gets the retention policy for this Job. The options are:
Not Specified |
The retention policy is taken from the Job's System definition. |
Always (A) |
Job is always retained until specifically deleted. |
Never (N) |
Never retain job. |
Error (E) |
Job is retained if it completes with a severity of Warning or worse. |
Timed (T) |
Job is retained for the specified time after completion. |
|
 | RetainTime | Gets the length of time the Job should be retained when the retain option is set to "Timed". |
 | RON | Gets the run occurance number. |
 | Runaway | Gets this job's runaway state. This will be true if the job has exceeded one of it's execution time limits. |
 | RunawayElapsed | Gets the absolute runaway elapsed time. If the job runs longer than this it is declared a runaway job and notification will be performed. |
 | RunPriority | Gets the execution priority for this job. |
 | 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. |
 | ScheduleFromTime | Gets the beginning of this job's scheduled time window. |
 | ScheduleToTime | Gets the ending of this job's schedule time window. |
 | ScheduleWindow | Gets the Job's Scheduled Window using a JAMS Time definition. |
 | ScheduleWindowID | Gets the the Schedule Window ID for this Job. This property is designed to be used by JAMS, not user code. |
 | SchedulingPriority | Gets the SchedulingPriority property. |
 | Setup | Gets the complete Setup definition. |
 | SetupID | Gets the Setup ID. |
 | SetupOk | True if this Job completed successfully. In a multi-job Setup if any one Job sets this property to false then the Setup will fail. |
 | Source | A snapshot of the Job's source for this instance of the Job. |
 | Stalled | Gets this job's stalled state. This will be true if the job has been pending longer than it's stalled time limit. |
 | StalledTime | Gets how much time may elapse after a job's scheduled time before the job is considered to be stalled. When the job is considered stalled, JAMS will perform notification for the job. |
 | StartTime | Gets the date and time that this Job actually started. |
 | StartTimeUTC | Gets the UTC date and time that this Job actually started. |
 | Step | Gets the Step property. Each Job in a multi-job Setup can have a Step value. If specified, Jobs run in Step order. |
 | StepWait | Gets a boolean which indicates if this Job is waiting for previous steps to complete. |
 | SubmitMethod | Gets the JAMS Submit Method for this Job. |
 | SubmitMethodID | Gets the the Submit Method ID for this Job. This property is designed to be used by JAMS, not user code. |
 | SubmittedBy | Gets the identity of the user who submitted this run. |
 | SuppressNotify | Gets the SuppressNotify property. If set to true Job completion notification is suppressed. |
 | TempFilename | Gets the full path to this CurJob's temp file. |
 | TodaysDate | Gets the TodaysDate property. This is used as an anchor to translate english-language date specifications into DateTime values. |
 | UserID | Gets and Sets the UserID for this CurJob. This property is designed to be used by JAMS, not user code. |
 | UserName | The username this job should execute under. |
 | UserSecurity | JAMS UserSecurity. |
 | 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) |
 | Version | Gets the Record Version. |
 | WaitFor | Gets this jobs WaitFor property. This is true in the Setup that contains this job should wait for the completion of this job before advancing it's step. |
 | WFTracking | Gets a list of workflow tracking records for this entry |