Click or drag to resize

BatchJobPriority Enumeration

Determines the order in which batch jobs are processed.

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
C#
public enum BatchJobPriority
Members
  Member nameValueDescription
VeryLow0 Very low priority.
Low1 Low priority.
Normal2 Normal priority.
High3 High priority.
VeryHigh4 Very high priority.
See Also