Gets or sets the job priority.
Namespace:
AGI.Parallel.Client
Assembly:
AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic 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