PrintJob.Start Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Starts the print job.
[Android.Runtime.Register("start", "()Z", "")]
public bool Start ();
[<Android.Runtime.Register("start", "()Z", "")>]
member this.Start : unit -> bool
Returns
Whether the job was started.
- Attributes
Remarks
Starts the print job. You should call this method if #isQueued()
or #isBlocked()
returns true and you started resumed printing.
This resets the print status to null. Set the new status by using #setStatus
.
Java documentation for android.printservice.PrintJob.start()
.
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.