Table of Contents

Enum XenDesktopApplicationCpuPriorityLevel

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the CPU priority assigned to an application.

public enum XenDesktopApplicationCpuPriorityLevel

Fields

AboveNormal = 4

The CPU priority is above normal.

BelowNormal = 2

The CPU priority is below normal.

High = 5

The CPU priority is high.

Low = 1

The CPU priority is low.

Normal = 3

The CPU priority is normal.

Unknown = 0

The CPU priority is unknown.