ENUM Priority
- Namespace: TestProject.Models
- Source File: SampleEnum.cs
Defines priority levels for task or request handling.
Enum Values
- Low: Low priority - can be processed when time permits.
- Normal: Normal priority - standard processing order.
- High: High priority - should be processed before normal items.
- Critical: Critical priority - requires immediate attention.