( begin auto-generated from Client_active.xml ) Returns true if this client is still active and hasn't run into any trouble. ( end auto-generated ) @webref client:client @brief Returns true if this client is still active @usage application
()
| 317 | * @usage application |
| 318 | */ |
| 319 | public boolean active() { |
| 320 | return (thread != null); |
| 321 | } |
| 322 | |
| 323 | |
| 324 | /** |