Thread.IsInterrupted Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Teste si ce thread a été interrompu.
public virtual bool IsInterrupted { [Android.Runtime.Register("isInterrupted", "()Z", "GetIsInterruptedHandler")] get; }
[<get: Android.Runtime.Register("isInterrupted", "()Z", "GetIsInterruptedHandler")>]
member this.IsInterrupted : bool
Valeur de propriété
true
si ce thread a été interrompu ; false
autrement.
- Attributs
Remarques
Teste si ce thread a été interrompu. L’état interrompu du thread n’est pas affecté par cette méthode.
Une interruption de thread ignorée, car un thread n’était pas actif au moment de l’interruption sera reflété par cette méthode retournant false.
Documentation Java pour java.lang.Thread.isInterrupted()
.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.