JobScheduler.PendingJobReasonExecuting Campo

Definição

Cuidado

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

O trabalho está em execução no momento e, portanto, não está pendente.

[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

Valor do campo

Value = -1
Atributos

Comentários

O trabalho está em execução no momento e, portanto, não está pendente.

Documentação Java para android.app.job.JobScheduler.PENDING_JOB_REASON_EXECUTING.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a