Java.Lang.Thread.IsAlive Property
Returns true if the receiver has already been started and still runs code (hasn't died yet).

Syntax

[get: Android.Runtime.Register("isAlive", "()Z", "GetIsAliveHandler")]
public bool IsAlive { get; }

See Also

Thread.Start

Value

Documentation for this section has not yet been entered.

Remarks

Returns true if the receiver has already been started and still runs code (hasn't died yet). Returns false either if the receiver hasn't been started yet or if it has already started and run to completion and died.

[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