| Name | Description |
 | AgentNode | Gets or sets the name of the Agent node that will run this job. |
 | AllowEditSource | Gets or sets the AllowSourceEdit property. When set to true, the end-user has access privileges to edit the Job source at submission time. |
 | AltUserName | Gets or sets the alternate username. This is used by some execution methods. |
 | BatchQueueID | Gets or Sets the ID of the Batch Queue the Job should be submitted to. |
 | BatchQueueName | Gets or sets the name of the batch queue that this job will be submitted to. |
 | Description | Gets the description of this Job or Setup. |
 | DetailID | Gets the internal Setup Detail ID. |
 | FolderID | Gets the Folder ID of the Folder that this object is a member of. |
 | FolderName | Get the name of the JAMS Folder that this job belongs to. |
 | Hold | Gets or sets the Hold property. When set to true, the entry is held in the schedule until it is manually released. |
 | InSchedule | Gets or sets a property that indicates if this job is actually in the schedule for this run. |
 | JobID | Gets the internal ID of the Job. |
 | KeepLogs | Gets or sets the KeepLog property. When set to false, the log file is deletes when the job completes. |
 | LoadedFrom | Gets the JAMS Server that this Submit.Job object was loaded from. |
 | LogFile | Gets or sets the LogFile property. When set to false, a log file is not generated for this entry. |
 | 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. |
 | LogLocation | Gets or sets the location (device/directory) where batch log files should be placed. |
 | MinimumSeverity | Gets or sets the MinimumSeverity property. Specifies the minimum completion severity for this Job within a Setup. For a Setup to be considered successful, all of the Jobs in the Setup must complete with a severity which meets their minimum. |
 | MissedWindowAction | Gets or sets the job's missed window action. |
 | Name | Gets the name of the Job |
 | NotifyOfMissedWindow | Gets or sets the NotifyOfMissedWindow property. When set to true, notification will be performed if this job misses it's schedule window. |
 | NotifyUser | Gets or sets the NotifyUser property. If set to true, the user who manually submits the job will be added to the notification list. |
 | OverrideName | Gets or sets the OverrideName for this Job. |
 | PrecheckInterval | Gets or sets the interval between runs of the Job's Precheck job. |
 | PrecheckJobID | Gets the internal ID of this job's Precheck Job |
 | RequiresSnapshot | When true, we take a snap shot when inserting the CurJob |
 | Restartable | Gets or sets the restartablity of this job. A restartable job can be aborted and restarted. |
 | RunawayElapsed | Gets or sets the length of time that this job can run before it is considered a run away job. |
 | RunPriority | Gets or sets the execution priority for this entry. |
 | ScheduleFromTime | Gets or sets the beginning of this jobs submit window. |
 | ScheduleToTime | Gets or sets the end of this jobs submit window. |
 | ScheduleWindowID | Gets the the Schedule Window ID for this Job. This property is designed to be used by JAMS, not user code. |
 | SchedulingPriority | Gets or sets the queue scheduling priority for this entry. |
 | ShortElapsed | Gets or sets a minimum elapsed time for a job. If the job completes successfully in less than this amount of time it is considered a Short Job. When a job is determined to be a short job, JAMS will perform notification and may change the completion severity. |
 | ShortSeverity | Gets or sets the ShortSeverity property. If specified, when a job is determined to be a Short Job, the completion severity will be changed to the severity specified here. |
 | Source | Gets or sets this Job's Source. |
 | SourceModified | True when new source has been specified. |
 | StalledTime | Gets or sets the length of time after which, the job is declared stalled if it has not yet started. |
 | Step | Gets the step for this Job. |
 | SubmitMethodID | Gets the internal ID of the Method used to execute 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. |
 | UserID | Gets or sets the ID of the username that this job should run under. Normally, you just set the UserName property and JAMS will retrieve the correct ID. |
 | UserName | Gets or sets the username that this Job should run under. This overrides the username specified in the Job's Folder definition. |
 | WaitFor | Gets or sets the WaitFor property. When set to true, entries in this Setup that have a higher step than this entry will wait for this entry to complete before they start. |