PrintJobInfo.StateCompleted 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 se imprime correctamente.

[Android.Runtime.Register("STATE_COMPLETED")]
[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 StateCompleted = 5;
[<Android.Runtime.Register("STATE_COMPLETED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Print.PrintJobState enum directly instead of this field.", true)>]
val mutable StateCompleted : Android.Print.PrintJobState

Valor de campo

Value = 5

Implementaciones

Atributos

Comentarios

Estado del trabajo de impresión: el trabajo de impresión se imprime correctamente. Se trata de un estado terminal.

Estados válidos siguientes: Ninguno

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

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

Se aplica a