might return the default priority.
Returns
The scheduling priority of this thread.
int priority() @propertyGets the scheduling priority for the associated thread.
might return the default priority.
void priority( int val ) @propertySets the scheduling priority for the associated thread.
might have no effect.
val | The new scheduling priority of this thread. |