Documentation for this section has not yet been entered.
Type Reason Java.Lang.IllegalThreadStateException - if this thread has already started. Java.Lang.IllegalThreadStateException - if this thread has already started. Java.Lang.IllegalThreadStateException - if this thread has already started. Java.Lang.IllegalThreadStateException - if this thread has already started. Java.Lang.IllegalThreadStateException - if this thread has already started.
Get method documentation [Android Documentation]
Tests whether this is a daemon thread.
A daemon thread only runs as long as there are non-daemon threads running.
When the last non-daemon thread ends, the runtime will exit. This is not
normally relevant to applications with a UI.
Set method documentation [Android Documentation]
Marks this thread as a daemon thread.
A daemon thread only runs as long as there are non-daemon threads running.
When the last non-daemon thread ends, the runtime will exit. This is not
normally relevant to applications with a UI.