| Name | Description |
 | Application | The application string that is used when creating a process. |
 | AssemblyName | The name of the assembly that contains the routine. |
 | BadPattern | A regular expression that is matched against the job's log file. |
 | Command | Gets or sets the command line to send the the JAMS Agent. |
 | Description | Gets or sets a description of this execution method. |
 | EditAfterStart | When set to true, a Job's Source can be edited after it has started. |
 | EditAssemblyName | Gets or sets name of the assembly that contains the class specified in the EditClassName property. |
 | EditClassName | Gets or sets name of the class that is called to edit the source for a job that uses this execution method. This class must implement the MVPSI.JAMSExtensions.IEditJobSOurce interface. |
 | EditSource | When set to true, a Job's source can be edited in the submit dialog. |
 | Error | Gets an error message that describes the errors in the object. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | ExitCodeHandling | Defines how JAMS will evaluate the final status of a job. |
 | Extension | Gets or sets the default file extension for command procedures of jobs that use this method. |
 | GoodPattern | A regular expression that is matched against the job's log file. |
 | 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) |
 | HostLocally | When set to true, the host process is always executed locally, the host is responsible for making the hop to the remote agent machine. This is designed to be used by hosts which implement custom agents such as the SSH host. |
 | InEdit | Is this object in the middle of an edit? (Inherited from MVPSI.JAMS.BasePublicObject) |
 | Interactive | When set to true, a job can interact with the desktop. |
 | Item | Returns any error messages currently associated with this column. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | JobModule | Gets or sets the name of the job module that is the starting point for parsing a jobs source. |
 | LastChange | Gets the date and time that this Method was last changed. |
 | LastChangedBy | Gets the user who last changed this Execution Method. |
 | LastChangeUTC | Gets the UTC date and time that this Method was last changed. |
 | LoadedFrom | Gets the JAMS Server where this Method is stored. |
 | MethodID | Gets the unique Method ID. |
 | MethodName | Gets or sets the unique name for this JAMS Method. |
 | MethodType | Gets or sets the Method Type, which specifies how this method executes jobs. |
 | 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) |
 | 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) |
 | Options | Gets or sets a comma separated list of options. These options are specific to each method type. |
 | Parameters | Gets the list of Parameters for this Method. |
 | ParamsModified | Gets a boolean which indicates if the Parameters were modified after the Method was Loaded. |
 | ProxyUserName | Gets or sets the ProxyUserName of this execution method. Not implemented yet. |
 | RoutineName | Gets or sets the routine that is called to run a job that uses this execution method. Routine based execution methods have not been implemented. This class must implement either the MVPSI.JAMS.Host.IJAMSHost interface or the MVPSI.JAMS.Host.IJAMSHostReports interface. |
 | SingleCommand | When set to true, the jobs source file specification is treated as a command instead of a filename. This is OpenVMS specific. |
 | SnapshotSource | When set to true, a snapshot of the Job's source is taken at submit time and used for the Job's execution. |
 | SpecificInformational | A comma separated list of specific informational values. Used when the ExitCodeHandling is set to SpecificValuesGood or SpecificValuesBad. Matching one of these values will result in a final severity of Informational. |
 | SpecificValues | A comma separated list of specific values. Used when the ExitCodeHandling is set to SpecificValuesGood or SpecificValuesBad. |
 | SpecificWarning | A comma separated list of specific warning values. Used when the ExitCodeHandling is set to SpecificValuesGood or SpecificValuesBad. Matching one of these values will result in a final severity of Warning. |
 | Template | Gets or sets the Template for this execution method. |
 | 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) |
 | ViewAssemblyName | Gets or sets name of the assembly that contains the classes specified in the ViewClassName property. |
 | ViewClassName | Gets or sets a comma separated list of class names used to view an instance of this job. The classes can implement either the MVPSI.JAMSExtensions.IViewExecutingJob interface or the MVPSI.JAMSExtensions.IViewJobHistory interface. A class could implement both interfaces. Classes that implement IViewExecutingJob can add a tab to the Monitor Detail form. Classes that implement IViewJobHistory can add a tab to the History Detail form. |