BatchEntry class | QSYS API Reference Guide
Represents a single entry in a batch processing system. This class provides the necessary properties and methods to manage the entry’s data and state.
Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> BatchOptions
Properties
Type | Name | Description |
---|---|---|
String | AssemblyLocation | Gets or sets the location of the assembly associated with the batch entry. |
String | BatchHostFolder | Gets or sets the folder path for the batch host. |
DateTime | CreationTimestamp | Gets or sets the timestamp when the batch entry was created. |
DatabaseProfile | DBProfile | Gets or sets the database profile for the batch entry. |
DatabaseProfile | DBProfilePrint | Gets or sets the print database profile for the batch entry. |
String | DLORoot | Gets or sets the root for the Distributed Language Object (DLO). |
String | IFSRootPath | Gets or sets the root path for the Integrated File System (IFS). |
String | MonarchMessageFileFolder | Gets or sets the folder path for Monarch message files. |
String | OutputQueueRootPath | Gets or sets the root path for the output queue. |
List<String> | ParmList | Gets or sets the list of parameters for the batch entry. |
String | ProgramName | Gets or sets the name of the program associated with the batch entry. |
String | ScheduleDateString | Gets or sets the scheduled date for the batch entry as a string. |
String | ScheduleTimeString | Gets or sets the scheduled time for the batch entry as a string. |
String | Version | Gets or sets the version of the batch entry. |