Ask if RThreadHandle is finished?
Description
Ask if RThreadHandle is finished?
Usage
<RThreadHandle>$is_finished()
Value
trinary value: TRUE
if finished, FALSE
if not,
and NULL
if the handle was exhausted with
<RThreadHandle>$join()
.