JobConfig class | QSYS API Reference Guide
Holds configuration values for the creation of new jobs.
Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object
Properties
| Type | Name | Description |
|---|---|---|
| String | BatchHostPath | Gets or Sets the directory path where the Batch Host executable is located in the system. |
| String | DefaultOutputQueue | Gets or Sets the name of the default Output Queue. Defaults to “QPRINT” |
| String | DlsRootName | Gets or Sets the name of the directory, located within the IFSRootPath, where the Document Library Objects are located. Defaults to “QDLS” |
| String | IFSRootPath | Gets or Sets the directory path where the IFS objects are located in the system. |
| String | JobQueueBaseQueuesPath | Gets or Sets the directory path where the Job Queues are located in the system. |
| String | MessageFilePath | Gets or Sets the directory path where the Message Files are located in the system. |
| String | OutputQueueRootPath | Gets or Sets the directory path where the Output Queues are located in the system. |