priority

val priority: LiveData<MainProcessPanel.UniquePriority>

The current Priority of the panel.

This property also considers the order in which all MainProcessPanel instances set their priority in case there is ambiguity. A MainProcessPanel can change its own priority by using setPriority.

The system UI is expected to directly react on priority changes: see MainProcessPanel for details.

See UniquePriority for more details.