Priority

Priority constants; defines constants which relate to OS process priority.

Properties

Link copied to clipboard
open override val PRIORITY_ABOVE_NORMAL: Int

The process is running with a priority above normal.

Link copied to clipboard
open override val PRIORITY_BELOW_NORMAL: Int

The process is running with a priority below normal.

Link copied to clipboard
open override val PRIORITY_HIGH: Int

The process is running with a high priority.

Link copied to clipboard
open override val PRIORITY_HIGHEST: Int

The process is running with the highest possible priority.

Link copied to clipboard
open override val PRIORITY_LOW: Int

The process is running with a low priority.

Link copied to clipboard
open override val PRIORITY_NORMAL: Int

The process is running with the default priority.

Functions

Link copied to clipboard
open override fun getMember(key: String?): Any?
Link copied to clipboard
open override fun getMemberKeys(): Array<String>
Link copied to clipboard
open override fun hasMember(key: String?): Boolean
Link copied to clipboard
open override fun putMember(key: String?, value: Value?)
Link copied to clipboard
open fun removeMember(key: String): Boolean