Click or drag to resize

JobPriority Property

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; }

Property Value

Type: JobPriority
The job priority.
Remarks
Jobs with higher priorities will be run before jobs with lower priorities. The default job priority is JobPriority.Normal.
See Also

STK Parallel Computing Server 2.9 API for .NET