| Name | Description |
 | Agent | Returns true if this job is executed via a JAMS Agent. |
 | AgentNode | Gets the Agent node specified in the job or at submit time. |
 | AvgBufferedIOCount | Gets this job's average buffered I/O count. |
 | AvgCpuTime | Gets the job's average CPU time. |
 | AvgDirectIOCount | Gets this job's average direct I/O count. |
 | AvgElapsedTime | Gets the job's average elapsed time. |
 | AvgPageFaults | Gets this job's average number of page faults. |
 | AvgWorkingSetPeak | Gets this job's average peak working set. |
 | BatchQueueID | Gets the job's Batch Queue. |
 | BatchQueueName | Gets the job's Batch Queue. |
 | BufferedIOCount | Gets the buffered I/O count for this job. |
 | Canceled | Returns true if this job is has been canceled. |
 | Completed | Returns true if this job has completed. |
 | CompletionDelta | Gets an estimate of the length of time until this job is complete. |
 | CompletionPercent | Gets an estimate, expressed as a percentage, of how close to complete this job is. |
 | CompletionTime | Gets the job's completion time. |
 | CompletionTimeUTC | Gets the job's UTC completion time. |
 | CpuPercent | Gets the percent of CPU time consumed by this job in the last measurment interval. |
 | CpuTime | Gets the CPU time used by this job. |
 | CurrentStep | Gets the current step of a multi-job Setup. |
 | DebugMode | Returns true in this is a debug run of the job. |
 | DependOk | Returns true if this job's dependencies are satisfied.. |
 | Description | Gets a description of the entry. |
 | DetailID | Gets the internal ID of the Setup detail of the job. |
 | DioSecond | Gets the number of direct I/O's performed per second during the last measurement interval. |
 | DirectIOCount | Gets the direct I/O count for this job. |
 | ElapsedTime | Gets the job's elapsed execution time. |
 | EventCode | Gets the EventCode. (Inherited from MVPSI.JAMS.JobEventArgs) |
 | Executing | Returns true if this job is executing. |
 | FinalSeverity | Gets the severity of the final status of this job. |
 | FinalStatus | Gets the final status of this job formated into a string. |
 | FinalStatusCode | Gets the final status code for this job. |
 | FolderID | Gets the internal ID of the job's Folder. |
 | FolderName | Gets the name of this job's System. |
 | Halted | Returns true if this Setup is halted. |
 | Held | Returns true if this job is held until manually released. |
 | HoldTime | Gets the job's scheduled start time. |
 | HoldTimeUTC | Gets the job's scheduled UTC start time. |
 | Icon | The override icon |
 | 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 |
 | IsSetup | Returns true if this is a Setup. |
 | IsSetupJob | Returns true if this job is part of a multi-job Setup. |
 | IsSubJob | Returns true if this is not a top level entry such as if this is a SetupJob or a Job initiated by another entry. |
 | JAMSEntry | Gets the JAMS Entry for this job. |
 | JAMSId | Gets the job's JAMSId. (Inherited from MVPSI.JAMS.JobEventArgs) |
 | JobID | Gets the internal Job ID of the job. |
 | JobName | Gets the name of this job. |
 | JobStatus | Gets the current value of the job's status text. |
 | MasterRON | Gets the RON of the job's Setup. Returns zero if the job isn't running as part of a Setup. |
 | Message | Message associated with the current override icon |
 | Monitor | Returns true if the job's status text show be displayed. |
 | NodeName | Gets the name of the node that is executing this job. |
 | PageFaults | Gets the page fault count for this job. |
 | Permanent | When true, the override icon will persist Job completion |
 | PrecheckOk | Returns true if this job's precheck job is OK. |
 | ProcessID | Gets the job's process ID. |
 | Proxy | Returns true if this job if this job is executed via a proxy. |
 | RON | Gets the job's RON. (Inherited from MVPSI.JAMS.JobEventArgs) |
 | Runaway | Returns true if this job is a runaway job. |
 | ScheduledTime | Gets the date and time that the job was submitted to the schedule. |
 | ScheduledTimeUTC | Gets the UTC date and time that the job was submitted to the schedule. |
 | SchedulingPriority | Gets the scheduling priority for this job. |
 | SetupID | Gets the internal Setup ID of the job. |
 | Stalled | Returns true if this job is stalled. |
 | StartTime | Gets the job's actual start time. |
 | StartTimeUTC | Gets the job's actual UTC start time. |
 | State | Gets the current JobState of this entry. (Inherited from MVPSI.JAMS.JobEventArgs) |
 | Step | In a job in a multi-job setup, gets the step that the job is in. |
 | StepWait | Returns true if this job is waiting for it's step. |
 | SubmittedBy | Gets the username of the user who submitted this job. |
 | Timed | Returns true if this job is waiting for it's hold time. |
 | TimeOK | Returns true if this Job is not waiting on a time. |
 | TimeSlotOk | Returns true if this job's time slot is open. |
 | UserName | Gets the user the job should execute as. |
 | WorkingSetPeak | Gets the peak working set of this job. |