PrintJob.IsFailed Property

Definition

Gets whether this print job is failed.

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

Property Value

Whether the print job is failed.

Attributes

Remarks

Gets whether this print job is failed. Such a print job is not successfully printed due to an error. You can request a restart via #restart() or cancel via #cancel().

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

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