Click or drag to resize
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: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public enum BatchJobQueryFieldType
Members
  Member nameValueDescription
Id0 The batch job ID.
Description1 The batch job description.
QueueName2 The queue name.
Priority3 The batch job priority.
Status4 The batch job status.
CompletionStatus5 The batch job completion status.
ProcessingExpired6 A flag indicating that the processing duration is exceeded.
SubmittedBy7 The name of the user that submitted the job.
SubmittedOn8 The point of time the batch job has been submitted.
ScheduledOn9 The point of time the batch job has been assigned to a worker.
ProcessedBy10 The name of the worker that picked up the job.
CompletedOn11 The point of time the batch job has been completed.
Property12 A custom property (specified by PropertyName field).
See Also