Thread :: Stop

01 Stops and the Thread if it is running.
02

[*] void Stop();

03 If the thread is still running, it will be requested to abort. After the thread finished, the method returns.
04 [C++] This method calls SemysThreadStop() to stop the thread. Note that the waitUntilStopped parameter the Semys Lib supports is not exposed as this function is not required within Semys Arch.
05 To request a thread to stop asynchronously, use messaging notification. See also the IRunnable :: Abort() callback.
06 Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Threading Sub-System, Thread, Start(), IRunnable :: Abort() SemysThreadStop()

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.