Condividi tramite


JobScheduler.PendingJobReasonExecuting Campo

Definizione

Attenzione

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

Il processo è attualmente in esecuzione e pertanto non è in sospeso.

[Android.Runtime.Register("PENDING_JOB_REASON_EXECUTING", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Job.PendingJobReason enum directly instead of this field.", true)]
public const Android.App.Job.PendingJobReason PendingJobReasonExecuting = -1;
[<Android.Runtime.Register("PENDING_JOB_REASON_EXECUTING", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Job.PendingJobReason enum directly instead of this field.", true)>]
val mutable PendingJobReasonExecuting : Android.App.Job.PendingJobReason

Valore del campo

Value = -1
Attributi

Commenti

Il processo è attualmente in esecuzione e pertanto non è in sospeso.

Documentazione java per android.app.job.JobScheduler.PENDING_JOB_REASON_EXECUTING.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a