| Name | Description |
 | AfterTime | Gets or sets the date and time that this entry is scheduled to start. |
 | AfterTimeUTC | Gets or sets the UTC date and time that this entry is scheduled to start. |
 | BatchQueueID | Gets or Sets the BatchQueueID where this Job should run. |
 | BatchQueueName | Gets or sets the batch queue that this job will be submitted to. |
 | DebugMode | Gets of sets the DebugMode property. When set to true, this entry is treated as a debug run. A debug run of a job will not satisfy dependencies or fire triggers. |
 | Description | Gets the description of this Job or Setup. |
 | FailShort | Gets or sets the FailShort property. If set to true, when a Setup is determined to be a Short Setup, the Setup will be treated as if it had failed. |
 | FolderID | Gets the Folder ID of the Folder that this object is a member of. |
 | FolderName | Gets the name of the Folder that this object is a member of. |
 | Hold | Gets or sets the Hold property. When set to true, the entry is held in the schedule until it is manually released. |
 | InitiatorRON | The run occurance number of the entry that submitted this entry. |
 | JAMSEntry | Gets the JAMS Entry number of the job after it has been submitted. |
 | JAMSId | Gets the JAMS Id of the job after it has been submitted. |
 | Jobs | Gets the collection of Jobs in this Setup. |
 | KeepLogs | Gets or sets the KeepLogs property. When set to false, the log file is deletes when the job completes. |
 | LoadedFrom | Gets the JAMS Server that this Submit.Info 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 of the job's log file. |
 | LogLocation | Gets or sets the location (device/directory) where batch log files should be placed. |
 | ManageAccess | Returns true if the caller had Manage access to the Job or Setup being submitted. |
 | MissedWindowAction | Gets or sets the job's missed window action. |
 | Name | Gets the name of the Job or Setup |
 | Note | Gets or sets a note that is attached to this entry. |
 | NotifyOfMissedWindow | Gets or sets the NotifyMissed property. When set to true, notification is performed if the job misses it's submit window. |
 | NotifyUser | Gets or sets the NotifyUser property. When set to true, the user who submitted the job will be notified when it completes. |
 | OverrideName | Gets or sets the OverrideName for this Job. |
 | Parameters | Gets the parameters for this Job or Setup |
 | 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 |
 | Reports | Gets the collection of Reports produced by this Job or Setup |
 | Restartable | Gets or sets the Restartable property. When set to true, the job can be aborted and restarted. Also, if the system crashes while the job is running, the job will be restarted. |
 | ResultText | Gets the result of the submit as a string. |
 | RetainOption | Gets or sets the job's retention option. |
 | RetainTime | Gets or sets the length of time that this entry is retained if the retention option uses a time. |
 | RON | Gets the Run Occurance Number of the job after it has been submitted. |
 | RunawayElapsed | Gets or sets the length of time that this job can run before it is considered a run away job. |
 | ScheduleFromTime | Gets or sets the beginning time of the submit window. |
 | ScheduleToTime | Gets or sets the ending time of the submit window. |
 | ScheduleWindowID | Gets the internal ID of the Submit window used by this Job or Setup. |
 | SchedulingPriority | Gets or sets the scheduling priority for this entry. |
 | SetSymbols | Gets or sets the SetSymbols property. When set to true, JAMS will set an environment symbol for each parameters. |
 | 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. |
 | StalledTime | Gets or sets the length of time after which, the job is declared stalled if it has not yet started. |
 | SubmitID | Gets the internal ID of the object being submitted. |
 | SubmitIsSimple | Returns true if this is a simple submit. Simple submits are either a single Job, or a Setup without a PreCheckJob which has only one Job. |
 | SubmittedBy | Gets the username of the person who submitted the entry. |
 | SubmitType | Gets the type of object being submitted. |
 | SuppressNotify | Gets or sets the SuppressNotify property. If true Job completion notification will not occur. |
 | TestSubmit | Gets or sets the TestSubmit property. When set to true, the job isn't actually submitted. This is used for testing parameters and job parsing. |
 | 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. |
 | TodaysDate | Gets or sets the date that is considered "today" when evaluating dates. |
 | UserID | Sets the ID of the username that this Job should run under. Normally, you just set the UserName property and JAMS will retrieve the ID. |
 | UserName | Sets the username that this Job should run under. This overrides the username specified in the Folder, Setup or Job definition. |
 | UseSymbols | Gets or sets the UseSymbols property. When set to true, JAMS will check for an environment symbol to use as the default value of parameters. |
 | WaitForEntries | Gets and ArrayList of JAMS entries that this entry should depend on. |