PrintJobInfo.StateBlocked Campo

Definición

Precaución

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

Estado del trabajo de impresión: el trabajo de impresión está bloqueado.

[Android.Runtime.Register("STATE_BLOCKED")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Print.PrintJobState enum directly instead of this field.", true)]
public const Android.Print.PrintJobState StateBlocked = 4;
[<Android.Runtime.Register("STATE_BLOCKED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Print.PrintJobState enum directly instead of this field.", true)>]
val mutable StateBlocked : Android.Print.PrintJobState

Valor de campo

Value = 4

Implementaciones

Atributos

Comentarios

Estado del trabajo de impresión: el trabajo de impresión está bloqueado.

Estados válidos siguientes: #STATE_FAILED, #STATE_CANCELED, #STATE_STARTED

Documentación de Java para android.print.PrintJobInfo.STATE_BLOCKED.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código Project y que se usan según los términos Creative Commons 2.5 Attribution License.

Se aplica a