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
const | MaxPriority | int (10). The maximum priority value allowed for a thread. |
const | MinPriority | int (1). The minimum priority value allowed for a thread. |
const | NormPriority | int (5). The normal (default) priority value assigned to the main thread. |