Table of Contents

Enum Priority

Namespace
WindowSill.API
Assembly
WindowSill.API.dll

Specifies the priority levels that can be assigned to a component or operation.

public enum Priority
Extension Methods

Fields

High = 1

The component has a high priority.

Highest = 0

The component has the highest priority.

Low = 3

The component has a low priority.

Lowest = 4

The component has the lowest priority.

Normal = 2

The component has a normal priority.

Remarks

The Priority enumeration defines a range of priority levels, from Highest to Lowest, that can be used to indicate the relative importance or urgency of a component or operation. This can be useful for scheduling, resource allocation, or other prioritization scenarios.