Gets or sets the job priority.
Namespace:
AGI.Parallel.Client
Assembly:
AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax public JobPriority Priority { get; set; }
Public Property Priority As JobPriority
Get
Set
Property Value
Type:
JobPriorityThe job priority.
Remarks
Jobs with higher priorities will be run before jobs with lower priorities. The default job priority is JobPriority.Normal.
See Also