Java.Lang.Thread.IsInterrupted Property
Returns a boolean indicating whether the receiver has a pending interrupt request (true) or not ( false)

Syntax

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

See Also

Thread.Interrupt
Thread.Interrupted

Value

Documentation for this section has not yet been entered.

Remarks

Returns a boolean indicating whether the receiver has a pending interrupt request (true) or not ( false)

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1