Java.Lang.Thread: Field Members

The fields of Java.Lang.Thread are listed below. For a list of all members, see the Thread Members list.

See Also: Inherited members from Java.Lang.Object

Public Fields

const
MaxPriorityint (10). The maximum priority value allowed for a thread.
const
MinPriorityint (1). The minimum priority value allowed for a thread.
const
NormPriorityint (5). The normal (default) priority value assigned to the main thread.