Water 5-Concurrent Programming-Thread
method thread.is_running
Contract
Return typewob
No input parameters.
Water Contract
<method thread.is_running/>

See also: thread

Returns true if the subject thread has been started and is not yet done.
a_thread.<is_running/>
is equivalent to:
a_thread.<is_started/>.<and a_thread.<is_done/>.<not/>/>
More examples in the documentation for thread.