Thread.IsAlive Propriété

Définition

Obtient une valeur indiquant l’état d’exécution du thread actuel.

public:
 property bool IsAlive { bool get(); };
public bool IsAlive { get; }
member this.IsAlive : bool
Public ReadOnly Property IsAlive As Boolean

Valeur de propriété

true si ce thread a été démarré et n’a pas été arrêté normalement ou abandonné ; sinon, false.

S’applique à