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 Enumeration JobPriority
Members
| Member name | Value | Description |
---|
| Low | 0 |
Low priority.
|
| BelowNormal | 1 |
Below normal priority.
|
| Normal | 2 |
Normal priority. Default value.
|
| AboveNormal | 3 |
Above normal priority.
|
| High | 4 |
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