- getName
String getName()
Undocumented in source. Be warned that the author may not have intended to support it.
- getPriority
int getPriority()
Undocumented in source. Be warned that the author may not have intended to support it.
- interrupt
void interrupt()
Undocumented in source. Be warned that the author may not have intended to support it.
- isAlive
bool isAlive()
Undocumented in source. Be warned that the author may not have intended to support it.
- isDaemon
bool isDaemon()
Undocumented in source. Be warned that the author may not have intended to support it.
- join
void join()
Undocumented in source. Be warned that the author may not have intended to support it.
- nativeThread
TThread nativeThread()
Undocumented in source. Be warned that the author may not have intended to support it.
- run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.
- setDaemon
void setDaemon(bool on)
Undocumented in source. Be warned that the author may not have intended to support it.
- setName
void setName(String name)
Undocumented in source. Be warned that the author may not have intended to support it.
- setPriority
void setPriority(int newPriority)
Undocumented in source. Be warned that the author may not have intended to support it.
- start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
String toString()
Undocumented in source. Be warned that the author may not have intended to support it.