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 and can be started or canceled or failed.

Java documentation for android.printservice.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