Freigeben über


ApplicationExitInfo.ReasonSignaled Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.App.ApplicationExitInfoReason enum directly instead of this field.

Der Bewerbungsprozess ist aufgrund des Ergebnisses eines Betriebssystemsignals gestorben; Beispielsweise android.system.OsConstants#SIGKILLgibt ; #getStatus die Signalnummer an.

[Android.Runtime.Register("REASON_SIGNALED", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.ApplicationExitInfoReason enum directly instead of this field.", true)]
public const Android.App.ApplicationExitInfoReason ReasonSignaled = 2;
[<Android.Runtime.Register("REASON_SIGNALED", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.ApplicationExitInfoReason enum directly instead of this field.", true)>]
val mutable ReasonSignaled : Android.App.ApplicationExitInfoReason

Feldwert

Value = 2

Implementiert

Attribute

Hinweise

Der Bewerbungsprozess ist aufgrund des Ergebnisses eines Betriebssystemsignals gestorben; Beispielsweise android.system.OsConstants#SIGKILLgibt ; #getStatus die Signalnummer an.

Java-Dokumentation für android.app.ApplicationExitInfo.REASON_SIGNALED.

Teile dieser Seite sind Änderungen, die auf Arbeiten basieren, die vom Android Open Source Project erstellt und freigegeben wurden und gemäß den In der Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: