You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print("current priority = (Task.currentPriority)")
prints the raw value which is pretty ugly, we should print a nicer representation, End users don't know about the underlying numeric values.
We should probably document all the fields a bit more, they're all lacking any kind of docs.
Just by looking at docs you'll have no idea that low == utility, or that high == userInitiated.