Android.App.Activity.IsFinishing Property
Check to see whether this activity is in the process of finishing, either because you called Activity.Finish on it or someone else has requested that it finished.

Syntax

[get: Android.Runtime.Register("isFinishing", "()Z", "GetIsFinishingHandler")]
public virtual bool IsFinishing { get; }

See Also

Activity.Finish

Value

Documentation for this section has not yet been entered.

Remarks

Check to see whether this activity is in the process of finishing, either because you called Activity.Finish on it or someone else has requested that it finished. This is often used in Activity.OnPause to determine whether the activity is simply pausing or completely finishing.

[Android Documentation]

Requirements

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