SemysThreadShouldRun |
01 | Tells if a thread still may run. |
02 |
int32 SemysThreadShouldRun(HSemysThread thread); |
03 |
Parameters:
|
04 |
Return Values: 0 if the thread run function shall return. |
05 | As long as this function returns a nonzero value, the specified thread may continue to run. |
06 |
Reference: SemysThreading.h Implementation: Semys Library See Also: Threading Sub-System, SemysThreadStop(), SemysThreadRun() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |