BatchPoint class | QSYS API Reference Guide
Defines the location and time or a batch job.
Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object
Properties
Type | Name | Description |
---|---|---|
String | JobQueueName | Gets or sets the name of the job queue for a batch job. |
String | JobQueuePriority | Gets or sets the priority of the batch job in the job queue. |
String | ScheduleDateString | Gets or sets the date when the new job becomes eligible to run. Special values include: CURRENT, *MON->SUN, *MONTHSTR and *MONTHEND. |
String | ScheduleTimeString | Gets or sets the time of day when the new job becomes eligible to run. Special value: *CURRENT. |