Thread :: ShouldRun |
| 01 | Returns true as long as the IRunnable :: Run() method should continue to work. |
| 02 |
[C++] bool ShouldRun(); |
| 03 |
Return Values: True as long as the thread should continue to run. |
| 04 | This method returns the result of the call of SemysThreadShouldRun(). |
| 05 |
Reference: net::semys Implementation: Semys Architecture See Also: Threading Sub-System, Thread, SemysThreadShouldRun() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |