Thread.IsAlive 属性
定义
获取指示当前线程的执行状态的值。Gets a value indicating the execution status of the current thread.
public:
property bool IsAlive { bool get(); };
public bool IsAlive { get; }
member this.IsAlive : bool
Public ReadOnly Property IsAlive As Boolean
属性值
如果此线程已启动并且尚未正常终止或中止,则为 true;否则为 false。true if this thread has been started and has not terminated normally or aborted; otherwise, false.