Method Thread.Thread()->status()
- Method status
int
status()- Description
Returns the status of the thread.
- Returns
Thread.THREAD_NOT_STARTED
Thread.THREAD_RUNNING
Thread.THREAD_EXITED
Thread.THREAD_ABORTED
int
status()
Returns the status of the thread.
|
|
|
|