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