thread.terminate
Terminating a thread.
method uint thread.terminate (
uint code
)
uint code
)
Parameters
code | Thread termination code. |
Return value
If the function succeeds, the return value is 1. If the function fails, the return value is 0.
Related links | Source |