| Gentee Programming Language > Documentation > Libraries | Download documentation |
Get the thread exit code.
uint thread.getexitcode( uint result )
result The pointer to a variable of the uint type the thread exit code will be written to. If the thread is still active, the value $STILL_ACTIVE will be written.
Nonzero if initialization was successful; otherwise 0.
See alsoCopyright © 2004-2006 Gentee Inc. All rights reserved. |