Thread.IsInterrupted Propiedad

Definición

Comprueba si se ha interrumpido este subproceso.

public virtual bool IsInterrupted { [Android.Runtime.Register("isInterrupted", "()Z", "GetIsInterruptedHandler")] get; }
[<get: Android.Runtime.Register("isInterrupted", "()Z", "GetIsInterruptedHandler")>]
member this.IsInterrupted : bool

Valor de propiedad

true si se ha interrumpido este subproceso; false de lo contrario.

Atributos

Comentarios

Comprueba si se ha interrumpido este subproceso. El estado interrumpido del subproceso no se ve afectado por este método.

Java documentación para java.lang.Thread.isInterrupted().

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

Consulte también