Priority

enum Priority : Enum<MainProcessPanel.Priority>

The priority level of the process.

Entries

Link copied to clipboard

A priority level for an inactive process that does not require attention. This keeps frequently used functionality of the process readily available. For example, a stopped media player.

Link copied to clipboard

A priority level for an active process that does not require attention. This priority level can be used for frequently used functionality that does not require immediate attention. For example, a media player that is playing music, to let the user always be able to control playback.

Link copied to clipboard

A priority level for an active process that requires immediate or frequent attention, such as a phone call.

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int