PriorityConstants

interface PriorityConstants : ProxyObject

Process priority constants.

Inheritors

Properties

Link copied to clipboard

The process is running with a priority above normal.

Link copied to clipboard

The process is running with a priority below normal.

Link copied to clipboard
abstract val PRIORITY_HIGH: Int

The process is running with a high priority.

Link copied to clipboard
abstract val PRIORITY_HIGHEST: Int

The process is running with the highest possible priority.

Link copied to clipboard
abstract val PRIORITY_LOW: Int

The process is running with a low priority.

Link copied to clipboard
abstract val PRIORITY_NORMAL: Int

The process is running with the default priority.

Functions

Link copied to clipboard
abstract fun getMember(key: String): Any
Link copied to clipboard
abstract fun getMemberKeys(): Any
Link copied to clipboard
abstract fun hasMember(key: String): Boolean
Link copied to clipboard
abstract fun putMember(key: String, value: Value)
Link copied to clipboard
open fun removeMember(key: String): Boolean