Skip to main content

TaskPriority

type TaskPriority = 1 | 2 | 3 | 4;

Task priority: 1 = normal, 2 = medium, 3 = high, 4 = urgent.