PrintJob.IsBlocked Property

Definition

Gets whether this print job is blocked.

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

Property Value

Whether the print job is blocked.

Attributes

Remarks

Gets whether this print job is blocked. Such a print job is halted due to an abnormal condition. You can request a cancellation via #cancel().

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

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