PrintJob.IsQueued Property

Definition

Gets whether this print job is queued.

public bool IsQueued { [Android.Runtime.Register("isQueued", "()Z", "")] get; }
[<get: Android.Runtime.Register("isQueued", "()Z", "")>]
member this.IsQueued : bool

Property Value

Whether the print job is queued.

Attributes

Remarks

Gets whether this print job is queued. Such a print job is ready to be printed. You can request a cancellation via #cancel().

Java documentation for android.print.PrintJob.isQueued().

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