Gets a value indicate whether the thread has been started and is not dead.
[Visual Basic] Public ReadOnly Property IsAlive As Boolean [C#] public bool IsAlive {get;} [C++] public: __property bool get_IsAlive(); [JScript] public function get IsAlive() : Boolean;
true if this thread has been started and is not dead; otherwise, false.