is_alive


Description:

public bool is_alive { get; }

Whether or not this thread is alive. A thread is alive if it has been started and has not yet terminated.