Select your printer model

Parameters are refined by the selected printer.

requestPrintJobStatus


Acquires the print result for the specified print job ID.

Syntax

 
public void requestPrintJobStatus (String printJobId) throws Epos2Exception

Parameter

printJobId

Specifies the print job ID.

Alphanumeric characters, underscore, hyphen, and period in 1 to 30 digits can be used.

Exception

When the process fails, Epos2Exception with one of the following error status occurs.

Error status

Description

ERR_CONNECT

Communication error

ERR_PARAM

An invalid parameter was passed.

ERR_MEMORY

Necessary memory could not be allocated.

ERR_FAILURE

An unknown error occurred.

ERR_PROCESSING

Could not run the process.

Supplementary explanation

  • The result of this API is notified to the listener method set by the setReceiveEventListener API of the Printer class.
  • When multiple print processes were performed with the same print job ID, the status of the latest print job is acquired.
 

Quick Access

  • [Name]
  • [Format]
  • [Range]
  • [Description]
  • [Notes]

Epson ePOS SDK includes patented or patent pending functions. The contents must not be disclosed to third parties.


Epson ePOS SDK for Android

Jump to the top