Share via


PrintJobInfo.State Property

Definition

Gets the current job state.

public Android.Print.PrintJobState State { [Android.Runtime.Register("getState", "()I", "")] get; }
[<get: Android.Runtime.Register("getState", "()I", "")>]
member this.State : Android.Print.PrintJobState

Property Value

The job state.

Attributes

Remarks

Gets the current job state.

Java documentation for android.print.PrintJobInfo.getState().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also