Gets the execution state of the task/thread. @return Returns the execution state of the task/thread.
()
| 54 | * @return Returns the execution state of the task/thread. |
| 55 | */ |
| 56 | State getState(); |
| 57 | |
| 58 | /** |
| 59 | * Gets cumulative CPU usage of this thread. |
no outgoing calls