JAMS 6.x Help
JobDetailArgs Class Members
Properties 


The following tables list the members exposed by JobDetailArgs.

Public Constructors
 NameDescription
Public ConstructorJobDetailArgs ConstructorDefault constructor.  
Top
Public Properties
 NameDescription
Public PropertyAgentReturns true if this job is executed via a JAMS Agent.  
Public PropertyAgentNodeGets the Agent node specified in the job or at submit time.  
Public PropertyAvgBufferedIOCountGets this job's average buffered I/O count.  
Public PropertyAvgCpuTimeGets the job's average CPU time.  
Public PropertyAvgDirectIOCountGets this job's average direct I/O count.  
Public PropertyAvgElapsedTimeGets the job's average elapsed time.  
Public PropertyAvgPageFaultsGets this job's average number of page faults.  
Public PropertyAvgWorkingSetPeakGets this job's average peak working set.  
Public PropertyBatchQueueIDGets the job's Batch Queue.  
Public PropertyBatchQueueNameGets the job's Batch Queue.  
Public PropertyBufferedIOCountGets the buffered I/O count for this job.  
Public PropertyCanceledReturns true if this job is has been canceled.  
Public PropertyCompletedReturns true if this job has completed.  
Public PropertyCompletionDeltaGets an estimate of the length of time until this job is complete.  
Public PropertyCompletionPercentGets an estimate, expressed as a percentage, of how close to complete this job is.  
Public PropertyCompletionTimeGets the job's completion time.  
Public PropertyCompletionTimeUTCGets the job's UTC completion time.  
Public PropertyCpuPercentGets the percent of CPU time consumed by this job in the last measurment interval.  
Public PropertyCpuTimeGets the CPU time used by this job.  
Public PropertyCurrentStepGets the current step of a multi-job Setup.  
Public PropertyDebugModeReturns true in this is a debug run of the job.  
Public PropertyDependOkReturns true if this job's dependencies are satisfied..  
Public PropertyDescriptionGets a description of the entry.  
Public PropertyDetailIDGets the internal ID of the Setup detail of the job.  
Public PropertyDioSecondGets the number of direct I/O's performed per second during the last measurement interval.  
Public PropertyDirectIOCountGets the direct I/O count for this job.  
Public PropertyElapsedTimeGets the job's elapsed execution time.  
Public PropertyEventCodeGets the EventCode. (Inherited from MVPSI.JAMS.JobEventArgs)
Public PropertyExecutingReturns true if this job is executing.  
Public PropertyFinalSeverityGets the severity of the final status of this job.  
Public PropertyFinalStatusGets the final status of this job formated into a string.  
Public PropertyFinalStatusCodeGets the final status code for this job.  
Public PropertyFolderIDGets the internal ID of the job's Folder.  
Public PropertyFolderNameGets the name of this job's System.  
Public PropertyHaltedReturns true if this Setup is halted.  
Public PropertyHeldReturns true if this job is held until manually released.  
Public PropertyHoldTimeGets the job's scheduled start time.  
Public PropertyHoldTimeUTCGets the job's scheduled UTC start time.  
Public PropertyIconThe override icon  
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 PropertyIsSetupReturns true if this is a Setup.  
Public PropertyIsSetupJobReturns true if this job is part of a multi-job Setup.  
Public PropertyIsSubJobReturns true if this is not a top level entry such as if this is a SetupJob or a Job initiated by another entry.  
Public PropertyJAMSEntryGets the JAMS Entry for this job.  
Public PropertyJAMSIdGets the job's JAMSId. (Inherited from MVPSI.JAMS.JobEventArgs)
Public PropertyJobIDGets the internal Job ID of the job.  
Public PropertyJobNameGets the name of this job.  
Public PropertyJobStatusGets the current value of the job's status text.  
Public PropertyMasterRONGets the RON of the job's Setup. Returns zero if the job isn't running as part of a Setup.  
Public PropertyMessageMessage associated with the current override icon  
Public PropertyMonitorReturns true if the job's status text show be displayed.  
Public PropertyNodeNameGets the name of the node that is executing this job.  
Public PropertyPageFaultsGets the page fault count for this job.  
Public PropertyPermanentWhen true, the override icon will persist Job completion  
Public PropertyPrecheckOkReturns true if this job's precheck job is OK.  
Public PropertyProcessIDGets the job's process ID.  
Public PropertyProxyReturns true if this job if this job is executed via a proxy.  
Public PropertyRONGets the job's RON. (Inherited from MVPSI.JAMS.JobEventArgs)
Public PropertyRunawayReturns true if this job is a runaway job.  
Public PropertyScheduledTimeGets the date and time that the job was submitted to the schedule.  
Public PropertyScheduledTimeUTCGets the UTC date and time that the job was submitted to the schedule.  
Public PropertySchedulingPriorityGets the scheduling priority for this job.  
Public PropertySetupIDGets the internal Setup ID of the job.  
Public PropertyStalledReturns true if this job is stalled.  
Public PropertyStartTimeGets the job's actual start time.  
Public PropertyStartTimeUTCGets the job's actual UTC start time.  
Public PropertyStateGets the current JobState of this entry. (Inherited from MVPSI.JAMS.JobEventArgs)
Public PropertyStepIn a job in a multi-job setup, gets the step that the job is in.  
Public PropertyStepWaitReturns true if this job is waiting for it's step.  
Public PropertySubmittedByGets the username of the user who submitted this job.  
Public PropertyTimedReturns true if this job is waiting for it's hold time.  
Public PropertyTimeOKReturns true if this Job is not waiting on a time.  
Public PropertyTimeSlotOkReturns true if this job's time slot is open.  
Public PropertyUserNameGets the user the job should execute as.  
Public PropertyWorkingSetPeakGets the peak working set of this job.  
Top
See Also

Reference

JobDetailArgs Class
MVPSI.JAMS Namespace