BatchJobQueryFieldType Enumeration |
The batch job query field type.
Namespace:
PDTec.IceNet.Domain.BatchHub.Service.Interface
Assembly:
PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public enum BatchJobQueryFieldType
Members
| Member name | Value | Description |
---|
| Id | 0 |
The batch job ID.
|
| Description | 1 |
The batch job description.
|
| QueueName | 2 |
The queue name.
|
| Lane | 3 |
The lane number.
|
| Priority | 4 |
The batch job priority.
|
| Status | 5 |
The batch job status.
|
| CompletionStatus | 6 |
The batch job completion status.
|
| ProcessingExpired | 7 |
A flag indicating that the processing duration is exceeded.
|
| SubmittedBy | 8 |
The name of the user that submitted the job.
|
| SubmittedOn | 9 |
The point of time the batch job has been submitted.
|
| ScheduledOn | 10 |
The point of time the batch job has been assigned to a worker.
|
| ProcessedBy | 11 |
The name of the worker that picked up the job.
|
| CompletedOn | 12 |
The point of time the batch job has been completed.
|
| Property | 13 |
A custom property (specified by PropertyName field).
|
See Also