PrintJob.IsStarted Property

Definition

Gets whether this print job is started.

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

Property Value

Whether the print job is started.

Attributes

Remarks

Gets whether this print job is started. Such a print job is being printed. You can request a cancellation via #cancel().

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

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