Click or drag to resize

JobPriority Enumeration

Specifies the scheduling priority of a Job.

Namespace:  AGI.Parallel.Client
Assembly:  AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax
public enum JobPriority
Members
  Member nameValueDescription
Low0 Low priority.
BelowNormal1 Below normal priority.
Normal2 Normal priority. Default value.
AboveNormal3 Above normal priority.
High4 High priority.
Remarks
Every task that is in a task queue is assigned a priority. The priority of the task determines where the task will be ordered in the task queue. Higher priority tasks will be ordered before lower priority tasks and will be run first.
See Also

STK Parallel Computing Server 2.9 API for .NET