| Name | Description |
| ACL | Access Control List |
| AgentName | Gets or sets the Agent for this Job. If this job is run on a remote node, this specifies the name of that node. |
| AvgBufferedIOCount | Gets the average buffered I/O count for this job. |
| AvgCount | Gets the number of times that the Job's averages have been updated. |
| AvgCpuTime | Gets the average Cpu time consumed by this job. |
| AvgDirectIOCount | Gets the average direct I/O count for this job. |
| AvgElapsedTime | Gets the average elapsed time for this job. |
| AvgPageFaults | Gets the average number of page faults incurred by this job. |
| AvgWorkingSetPeak | Gets the average peak working set for this job. |
| BatchQueue | Gets or sets the JAMS Batch Queue that the Job should be submitted to. |
| BatchQueueID | Gets and Sets the BatchQueueID that the Job should be submitted to. This property is designed to be used by JAMS, not user code. |
| BatchQueueName | Gets or sets the batch queue that this job should be submitted to. This overides the default batch queue that is specified in the job's folder definition. |
| DefaultDate | Gets or sets the default submit date to use when this job is manually submitted. |
| DefaultSubmitTime | Gets or sets the default submit time to use when this job is manually submitted. |
| Description | Gets or sets the description of this Job. |
| Elements | A collection of elements that apply to this Job |
| Error | Gets an error message that describes the errors in the object. (Inherited from MVPSI.JAMS.BasePublicObject) |
| ExecuteAs | JAMS Credential. |
| ExecuteAsName | Gets or sets the username that this Job should run under. This overrides the username specified in the Job's Folder definition. |
| 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) |
| HomeDirectory | Gets or sets the home directory for this Job. |
| InEdit | Is this object in the middle of an edit? (Inherited from MVPSI.JAMS.BasePublicObject) |
| Item | Returns any error messages currently associated with this column. (Inherited from MVPSI.JAMS.BasePublicObject) |
| JobID | Gets an integer that uniquely identifies this Job definition. |
| JobName | Gets or sets the name of the Job |
| KeepLogs | Gets or sets the KeepLogs property. When set to true, the Job's log file is kept upon completion. If specified, this overrides the default in the Job's Folder definition. |
| Language | Gets the scripting language used by this Job. |
| LastAutosubmit | Gets the scheduled date and time that this Job was last automatically submitted for. This is a read-only property, it is updated when JAMS automatically submits the Job. |
| LastAutosubmitUTC | Gets the scheduled UTC date and time that this Job was last automatically submitted for. This is a read-only property, it is updated when JAMS automatically submits the Job. |
| LastChange | Gets the date and time when this Job definition was last changed. |
| LastChangedBy | Gets the user who last changed this Job. |
| LastChangeUTC | Gets the UTC date and time when this Job definition was last changed. |
| LastError | Gets the date and time of the most recent error completion of this Job. |
| LastErrorUTC | Gets the UTC date and time of the most recent error completion of this Job. |
| LastFatal | Gets the date and time of the most recent fatal completion of this Job. |
| LastFatalUTC | Gets the UTC date and time of the most recent fatal completion of this Job. |
| LastInfo | Gets the date and time of the most recent informational completion of this Job. |
| LastInfoUTC | Gets the UTC date and time of the most recent informational completion of this Job. |
| LastReset | Gets the most recent reset date and time. When a job is reset, all of it's dependencies are reset and they must run again. |
| LastResetUTC | Gets the most recent reset UTC date and time. When a job is reset, all of it's dependencies are reset and they must run again. |
| LastSuccess | Gets the date and time of the most recent successful completion of this Job. |
| LastSuccessUTC | Gets the UTC date and time of the most recent successful completion of this Job. |
| LastWarning | Gets the date and time of the most recent warning completion of this Job. |
| LastWarningUTC | Gets the UTC date and time of the most recent warning completion of this Job. |
| LoadedFrom | Gets the JAMS Server that this Job was loaded from. |
| LogFilename | Gets or sets the file specification that should be used for this job's log files. The default is the job name with an extention of .LOG. |
| MaxBufferedIOCount | Gets the maximum buffered I/O count for this job. |
| MaxCount | Gets the number of times that one or more of the job's maximums has been updated. |
| MaxCpuTime | Gets the maximum Cpu time consumed by this job. |
| MaxDirectIOCount | Gets the the maximum direct I/O count for this job. |
| MaxElapsedTime | Gets the maximum elapsed time for this job. |
| MaxPageFaults | Gets the maximum number of page faults incurred by this job. |
| MaxWorkingSetPeak | Gets the maximum peak working set for this job. |
| Method | Gets or Sets the JAMS Submit Method for this Job. |
| MethodID | Gets and Sets the Submi tMethod ID for this Job. This property is designed to be used by JAMS, not user code. |
| MethodName | Gets the Submit Method Name for this Job. |
| MinBufferedIOCount | Gets the minimum buffered I/O count for this job. |
| MinCount | Gets the number of times that one or more of the job's minimums has been updated. |
| MinCpuTime | Gets the minimum Cpu time consumed by this job. |
| MinDirectIOCount | Gets the minimum direct I/O count for this job. |
| MinElapsedTime | Gets the minimum elapsed time for this job. |
| MinPageFaults | Gets the minimum number of page faults incurred by this job. |
| MinWorkingSetPeak | Gets the minimum peak working set for this job. |
| 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 or sets the name of the Job |
| 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) |
| NotifyEMail | Gets or sets the list of e-mail addresses, separated by commas. If this Job requires notification, a mail message will be sent to this list of addresses. |
| Parameters | Gets the list of Parameters for this Job. |
| ParentFolder | Gets or sets the JAMS Folder that this Job is a member of. |
| ParentFolderID | Gets the Folder ID for this Job. This property is designed to be used by JAMS, not user code. |
| ParentFolderName | Gets or sets the fully qualified name of the JAMS Folder that this job is a member of. |
| Properties | A collection of PropertyValues for this Job |
| QualifiedFolderName | Gets the fully qualified name of the folder that contains this job. |
| QualifiedName | Return the full qualified name of the job |
| References | Gets a list of References to this Job. |
| RetainOption | Gets or sets the retention policy for this Job. The options are:
Not Specified |
The retention policy is taken from the Job's Folder 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 or sets the length of time the Job should be retained when the retain option is set to "Timed". |
| RetryCount | Gets or sets the number of times to retry the job if it fails. |
| RetryInterval | Gets or sets the delay between automatic retries |
| RevisionHistory | Gets a list of Job version. |
| RunPriority | Gets or sets the execution priority for this job. |
| SchedulingPriority | Gets or sets the SchedulingPriority property. This number is used to calculate the scheduling priority for this Job. When a Job is submitted by the JAMS submit sub-system, the scheduling priority is calculated by adding together the default scheduling priority, the Folder’s priority modifier and the Job’s priority modifier. |
| SLATime | The time of day that a job must be completed by to meet a Service Level Agreement |
| Source | Gets or sets the command procedure. |
| SourceElements | A collection of elements that make up the source code for this job |
| SourceModified | Gets a boolean which indicates if the Source was modified after the Job was Loaded. |
| SpecificInformational | A comma seperated list of specific informational values. Used when the executions method's ExitCodeHandling is set to SpecificValuesGood or SpecificValuesBad. Matching one of these values will result in a final severity of Informational. |
| SpecificValues | A comma seperated list of specific values. Used when the execution method's ExitCodeHandling is set to SpecificValuesGood or SpecificValuesBad. |
| SpecificWarning | A comma seperated list of specific warning values. Used when the execution method's ExitCodeHandling is set to SpecificValuesGood or SpecificValuesBad. Matching one of these values will result in a final severity of Warning. |
| SubmitOnHold | Gets or sets the SubmitOnHold property. When submitted, should this job be placed on hold until manually released? |
| SuppressMenuDisplay | Gets or sets the SuppressMenuDisplay property. You can prevent this job from being displayed on submit menus by setting this property to true. |
| Tags | The Tags object manages the tags applied to this Job. |
| TimestampLogs | Gets or sets the TimestampLogs property. When the field is true, batch log files be time stamped with an extension of .LOG_yyyymmdd_hhmmsscc. |
| 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) |
| WorkingSetDefault | Gets or sets the default working set for this job. Not currently used. |
| WorkingSetMax | Gets or sets the maximum working set for this job. Not currently used. |
| WorkingSetQuota | Gets or sets the working set quota for this job. Not currently used. |